Searched defs:__slots__ (Results 1 - 25 of 171) sorted by relevance

1234567

/external/flatbuffers/tests/MyGame/Example/
H A DAbility.py8 __slots__ = ['_tab'] variable in class:Ability
H A DTest.py8 __slots__ = ['_tab'] variable in class:Test
H A DTestSimpleTableWithEnum.py8 __slots__ = ['_tab'] variable in class:TestSimpleTableWithEnum
H A DStat.py8 __slots__ = ['_tab'] variable in class:Stat
H A DVec3.py8 __slots__ = ['_tab'] variable in class:Vec3
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.py8 __slots__ = ['_tab'] variable in class:Monster
/external/flatbuffers/tests/MyGame/
H A DInParentNamespace.py8 __slots__ = ['_tab'] variable in class:InParentNamespace
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.py8 __slots__ = ['_tab'] variable in class:StructInNestedNS
H A DTableInNestedNS.py8 __slots__ = ['_tab'] variable in class:TableInNestedNS
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dslots_metaclass_unittest.py14 __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/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.py8 __slots__ = ['_tab'] variable in class:SecondTableInA
H A DTableInC.py8 __slots__ = ['_tab'] variable in class:TableInC
H A DTableInFirstNS.py8 __slots__ = ['_tab'] variable in class:TableInFirstNS
/external/python/cpython3/Lib/ctypes/
H A D_endian.py48 __slots__ = () variable in class:_swapped_meta.BigEndianStructure
57 __slots__ = () variable in class:_swapped_meta.LittleEndianStructure
/external/chromium-trace/catapult/devil/devil/utils/
H A Dgeometry.py16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
/external/devlib/devlib/derived/
H A D__init__.py21 __slots__ = ['name', 'value', 'measurement_type'] variable in class:DerivedMetric
/external/flatbuffers/python/flatbuffers/
H A Dtable.py24 __slots__ = ("Bytes", "Pos") variable in class:Table
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.py8 __slots__ = ['_tab'] variable in class:TableInC
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dgeometry.py16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
/external/python/cpython2/Lib/
H A D_threading_local.py116 ... __slots__ = 'number'
149 __slots__ = '_local__key', '_local__args', '_local__lock' variable in class:_localbase
H A Dfunctools.py83 __slots__ = ['obj'] variable in class:cmp_to_key.K
/external/python/cpython2/Lib/xml/dom/
H A Dminicompat.py52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
/external/python/cpython3/Lib/xml/dom/
H A Dminicompat.py51 __slots__ = () variable in class:NodeList
75 __slots__ = () variable in class:EmptyNodeList
/external/autotest/scheduler/
H A Drdb_requests.py112 __slots__ = set(['_request_args', '_request']) variable in class:RDBRequest
/external/python/cpython2/Lib/test/
H A Dtest_copy_reg.py15 __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

Completed in 415 milliseconds

1234567