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

  /external/chromium_org/third_party/jinja2/
runtime.py 109 __slots__ = ('parent', 'vars', 'environment', 'eval_ctx', 'exported_vars', variable in class:Context
359 __slots__ = ('context',) variable in class:LoopContextIterator
456 __slots__ = ('_undefined_hint', '_undefined_obj', '_undefined_name', variable in class:Undefined
540 __slots__ = () variable in class:DebugUndefined
573 __slots__ = () variable in class:StrictUndefined
581 del Undefined.__slots__, DebugUndefined.__slots__, StrictUndefined.__slots__
lexer.py 227 __slots__ = () variable in class:Token
  /external/chromium_org/third_party/bintrees/bintrees/
treeslice.py 11 __slots__ = ['_tree', '_start', '_stop'] variable in class:TreeSlice
bintree.py 18 __slots__ = ['key', 'value', 'left', 'right'] variable in class:Node
rbtree.py 44 __slots__ = ['key', 'value', 'red', 'left', 'right'] variable in class:Node
walker.py 13 __slots__ = ['_node', '_stack', '_tree'] variable in class:Walker
avltree.py 42 __slots__ = ['left', 'right', 'balance', 'key', 'value'] variable in class:Node
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
vars_dict_lib.py 106 __slots__ = () variable in class:VarsDict
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
containers.py 50 __slots__ = ['_message_listener', '_values'] variable in class:BaseContainer
95 __slots__ = ['_type_checker'] variable in class:RepeatedScalarFieldContainer
192 __slots__ = ['_message_descriptor'] variable in class:RepeatedCompositeFieldContainer
cpp_message.py 107 __slots__ = ['_message', '_cfield_descriptor', '_cmsg'] variable in class:RepeatedScalarContainer
190 __slots__ = ['_message', '_subclass', '_cfield_descriptor', '_cmsg'] variable in class:RepeatedCompositeContainer
396 dictionary: Class dictionary to which we'll add a '__slots__' entry.
403 dictionary['__slots__'] = list(dictionary['__descriptors'].iterkeys()) + [
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 66 __slots__ = [] variable in class:Message
  /build/tools/
event_log_tags.py 21 __slots__ = ["tagnum", "tagname", "description", "filename", "linenum"] variable in class:Tag
  /external/chromium_org/tools/site_compare/commands/
compare2.py 114 __slots__ = ["browser_path", "scraper", "outdir", "result"] variable in class:ExecuteCompare2.ScrapeInfo
maskmaker.py 102 __slots__ = ['url', 'consecutive_successes', 'errors'] variable in class:ExecuteMaskmaker.MaskmakerURL
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState') variable in class:OTTableReader
  /external/chromium_org/third_party/pymock/
mock.py 142 __slots__ = ['a'] variable in class:_slotted
    [all...]

Completed in 322 milliseconds