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

1 2 3 4 5 6 7 8 91011>>

  /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/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/chromium-trace/catapult/devil/devil/utils/
geometry.py 16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
  /external/libmojo/third_party/catapult/devil/devil/utils/
geometry.py 16 __slots__ = () variable in class:Point
49 __slots__ = () variable in class:Rectangle
  /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/cpython3/Lib/xml/dom/
minicompat.py 51 __slots__ = () variable in class:NodeList
75 __slots__ = () variable in class:EmptyNodeList
  /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
  /external/flatbuffers/tests/MyGame/Example/
Ability.py 8 __slots__ = ['_tab'] variable in class:Ability
Test.py 8 __slots__ = ['_tab'] variable in class:Test
TestSimpleTableWithEnum.py 8 __slots__ = ['_tab'] variable in class:TestSimpleTableWithEnum
  /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
  /external/python/cpython2/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
  /external/python/cpython3/Lib/test/
test_copyreg.py 14 __slots__ = ('__weakref__',) variable in class:WithWeakref
17 __slots__ = ('__spam',) variable in class:WithPrivate
20 __slots__ = 'spam' variable in class:WithSingleString
23 __slots__ = ('eggs',) variable in class:WithInherited
  /prebuilts/gdb/darwin-x86/lib/python2.7/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
  /prebuilts/gdb/linux-x86/lib/python2.7/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
  /external/python/cpython3/Lib/
_collections_abc.py 86 __slots__ = () variable in class:Hashable
101 __slots__ = () variable in class:Awaitable
116 __slots__ = () variable in class:Coroutine
160 __slots__ = () variable in class:AsyncIterable
175 __slots__ = () variable in class:AsyncIterator
194 __slots__ = () variable in class:AsyncGenerator
245 __slots__ = () variable in class:Iterable
261 __slots__ = () variable in class:Iterator
295 __slots__ = () variable in class:Reversible
311 __slots__ = ( variable in class:Generator
361 __slots__ = () variable in class:Sized
376 __slots__ = () variable in class:Container
390 __slots__ = () variable in class:Collection
400 __slots__ = () variable in class:Callable
428 __slots__ = () variable in class:Set
568 __slots__ = () variable in class:MutableSet
643 __slots__ = () variable in class:Mapping
696 __slots__ = '_mapping', variable in class:MappingView
710 __slots__ = () variable in class:KeysView
727 __slots__ = () variable in class:ItemsView
751 __slots__ = () variable in class:ValuesView
769 __slots__ = () variable in class:MutableMapping
873 __slots__ = () variable in class:Sequence
935 __slots__ = () variable in class:ByteString
943 __slots__ = () variable in class:MutableSequence
    [all...]
  /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/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
  /external/python/cpython2/Lib/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minicompat.py 52 __slots__ = () variable in class:NodeList
76 __slots__ = () variable in class:EmptyNodeList

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>