Home
last modified time | relevance | path

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

12345

/third_party/python/Tools/c-analyzer/c_common/
H A Dmisc.py3 __slots__ = ('_label',) variable in Labeled
H A Dclsutil.py12 __slots__ = ('initial', 'default', 'readonly', 'instances', 'name') variable in Slot
/third_party/python/Lib/test/test_import/data/unwritable/
H A D__init__.py4 __slots__ = ['__builtins__', '__cached__', '__doc__', variable in MyMod
/third_party/python/Lib/zoneinfo/
H A D_common.py128 __slots__ = [ variable in _TZifHeader
/third_party/python/Lib/ctypes/
H A D_endian.py50 __slots__ = () variable in _swapped_union_meta.BigEndianStructure
57 __slots__ = () variable in _swapped_union_meta.BigEndianUnion
67 __slots__ = () variable in _swapped_union_meta.LittleEndianStructure
74 __slots__ = () variable in _swapped_union_meta.LittleEndianUnion
/third_party/python/Lib/xml/dom/
H A Dminicompat.py51 __slots__ = () variable in NodeList
75 __slots__ = () variable in EmptyNodeList
/third_party/python/Lib/test/
H A Dtest_descrtut.py106 __slots__ = ['default'] variable in defaultdict2
H A Dtest_copyreg.py14 __slots__ = ('__weakref__',) variable in WithWeakref
17 __slots__ = ('__spam',) variable in WithPrivate
20 __slots__ = ('__spam',) variable in _WithLeadingUnderscoreAndPrivate
23 __slots__ = ('__spam',) variable in ___
26 __slots__ = 'spam' variable in WithSingleString
29 __slots__ = ('eggs',) variable in WithInherited
H A Dtest_rlcompleter.py124 __slots__ = ("bar",) variable in TestRlcompleter.test_uncreated_attr.Foo
H A Dtest_opcache.py182 __slots__ = ("slot",) variable in TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error.Class
185 __slots__ = ("shadowed",) variable in TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error.Sneaky
200 __slots__ = ("slot",) variable in TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error.Class
203 __slots__ = ("shadowed",) variable in TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error.Sneaky
217 __slots__ = ("slot",) variable in TestLoadAttrCache.test_load_borrowed_slot_should_not_crash.Class
233 __slots__ = ("slot",) variable in TestLoadAttrCache.test_store_borrowed_slot_should_not_crash.Class
/third_party/python/Lib/
H A Dabc.py188 __slots__ = () variable in ABC
H A D_threading_local.py148 __slots__ = 'key', 'dicts', 'localargs', 'locallock', '__weakref__' variable in _localimpl
205 __slots__ = '_local__impl', '__dict__' variable in local
H A Dgraphlib.py10 __slots__ = "node", "npredecessors", "successors" variable in _NodeInfo
H A Dhmac.py34 __slots__ = ( variable in HMAC
/third_party/python/Lib/asyncio/
H A Dtrsock.py13 __slots__ = ('_sock',) variable in TransportSocket
H A Dprotocols.py19 __slots__ = () variable in BaseProtocol
92 __slots__ = () variable in Protocol
133 __slots__ = () variable in BufferedProtocol
165 __slots__ = () variable in DatagramProtocol
180 __slots__ = () variable in SubprocessProtocol
H A Dtransports.py12 __slots__ = ('_extra',) variable in BaseTransport
49 __slots__ = () variable in ReadTransport
75 __slots__ = () variable in WriteTransport
169 __slots__ = () variable in Transport
175 __slots__ = () variable in DatagramTransport
199 __slots__ = () variable in SubprocessTransport
268 __slots__ = ('_loop', '_protocol_paused', '_high_water', '_low_water') variable in _FlowControlMixin
/third_party/PyYAML/lib/yaml/
H A D__init__.py368 __slots__ = () # no direct instantiation, so allow immutable subclasses variable in YAMLObject
/third_party/python/Tools/scripts/
H A Dvar_access_benchmark.py18 __slots__ = 'x' variable in B
/third_party/python/Lib/ctypes/test/
H A Dtest_byteswap.py27 __slots__ = () variable in Test.test_slots.BigPoint
31 __slots__ = () variable in Test.test_slots.LowPoint
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py190 __slots__ = ("foo", "bar", "baz") variable in _make_objects.Slots
/third_party/markupsafe/
H A D__init__.py65 __slots__ = () variable in Markup
261 __slots__ = ("escape",) variable in EscapeFormatter
302 __slots__ = ("obj", "escape") variable in _MarkupEscapeHelper
/third_party/littlefs/scripts/
H A Dcov.py33 __slots__ = () variable in Int
111 __slots__ = () variable in Frac
188 __slots__ = () variable in CovResult
H A Dcode.py33 __slots__ = () variable in Int
118 __slots__ = () variable in CodeResult
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py97 __slots__ = ["parent", "name"] variable in Node
126 __slots__ = ["prefix_field", "filename", "_defines", "_enums", "_structs"] variable in Csbgen
208 __slots__ = ["_values"] variable in Enum
248 __slots__ = ["value"] variable in Value
264 __slots__ = ["length", "size", "_children"] variable in Struct
409 __slots__ = ["start", "end", "type", "default", "shift", "_defines"] variable in Field
519 __slots__ = ["value"] variable in Define
535 __slots__ = ["type", "_children", "_child_branch"] variable in Condition
677 __slots__ = ["start", "count", "size", "fields"] variable in Group
691 __slots__ variable in Group.DWord
932 __slots__ = ["parser", "context", "filename"] global() variable in Parser
[all...]

Completed in 12 milliseconds

12345