HomeSort by relevance Sort by last modified time
    Searched defs:__slots__ (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/flatbuffers/tests/MyGame/Example/
Ability.py 8 __slots__ = ['_tab'] variable in class:Ability
Test.py 8 __slots__ = ['_tab'] variable in class:Test
Referrable.py 8 __slots__ = ['_tab'] variable in class:Referrable
TestSimpleTableWithEnum.py 8 __slots__ = ['_tab'] variable in class:TestSimpleTableWithEnum
Vec3.py 8 __slots__ = ['_tab'] variable in class:Vec3
  /external/flatbuffers/tests/MyGame/Example2/
Monster.py 8 __slots__ = ['_tab'] variable in class:Monster
  /external/flatbuffers/tests/MyGame/
InParentNamespace.py 8 __slots__ = ['_tab'] variable in class:InParentNamespace
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.py 8 __slots__ = ['_tab'] variable in class:StructInNestedNS
TableInNestedNS.py 8 __slots__ = ['_tab'] variable in class:TableInNestedNS
  /build/make/tools/
event_log_tags.py 21 __slots__ = ["tagnum", "tagname", "description", "filename", "linenum"] variable in class:Tag
  /external/chromium-trace/catapult/common/py_utils/py_utils/
slots_metaclass_unittest.py 14 __slots__ = '_nice', variable in class:SlotsMetaclassUnittest.testSlotsMetaclass.NiceClass
32 __slots__ = () variable in class:SlotsMetaclassUnittest.testSlotsMetaclass.NiceClass.NaughtyClass2
38 # SlotsMetaclass is happy that __slots__ is defined, but python won't be
40 # isn't listed in __slots__, even if you disable the pylint error.
  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.py 8 __slots__ = ['_tab'] variable in class:SecondTableInA
TableInC.py 8 __slots__ = ['_tab'] variable in class:TableInC
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.py 8 __slots__ = ['_tab'] variable in class:TableInC
  /external/python/cpython2/Lib/
_threading_local.py 112 ... __slots__ = 'number'
145 __slots__ = '_local__key', '_local__args', '_local__lock' variable in class:_localbase
  /external/python/cpython3/Lib/ctypes/
_endian.py 48 __slots__ = () variable in class:_swapped_meta.BigEndianStructure
57 __slots__ = () variable in class:_swapped_meta.LittleEndianStructure
  /external/python/dateutil/dateutil/
_common.py 7 __slots__ = ["weekday", "n"] variable in class:weekday
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
functools.py 83 __slots__ = ['obj'] variable in class:cmp_to_key.K
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
functools.py 83 __slots__ = ['obj'] variable in class:cmp_to_key.K
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_copy_reg.py 15 __slots__ = ('__weakref__',) variable in class:WithWeakref
18 __slots__ = ('__spam',) variable in class:WithPrivate
21 __slots__ = 'spam' variable in class:WithSingleString
24 __slots__ = ('eggs',) variable in class:WithInherited
test_descrtut.py 105 __slots__ = ['default'] variable in class:defaultdict2
129 The __slots__ declaration takes a list of instance variables, and reserves
130 space for exactly these in the instance. When __slots__ is used, other
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
  /external/flatbuffers/python/flatbuffers/
table.py 24 __slots__ = ("Bytes", "Pos") variable in class:Table

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 910