HomeSort by relevance Sort by last modified time
    Searched refs:with_metaclass (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/jinja2/
_compat.py 92 def with_metaclass(meta, *bases): function
100 # This has the advantage over six.with_metaclass in that it does not
ext.py 23 from jinja2._compat import next, with_metaclass, string_types, iteritems namespace
41 class Extension(with_metaclass(ExtensionRegistry, object)):
nodes.py 19 from jinja2._compat import next, izip, with_metaclass, text_type, \
107 class Node(with_metaclass(NodeType, object)):
20 method_type, function_type namespace

Completed in 153 milliseconds