/third_party/python/Tools/c-analyzer/c_common/ |
H A D | misc.py | 3 __slots__ = ('_label',) variable in Labeled
|
H A D | clsutil.py | 12 __slots__ = ('initial', 'default', 'readonly', 'instances', 'name') variable in Slot
|
/third_party/python/Lib/test/test_import/data/unwritable/ |
H A D | __init__.py | 4 __slots__ = ['__builtins__', '__cached__', '__doc__', variable in MyMod
|
/third_party/python/Lib/zoneinfo/ |
H A D | _common.py | 128 __slots__ = [ variable in _TZifHeader
|
/third_party/python/Lib/ctypes/ |
H A D | _endian.py | 50 __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 D | minicompat.py | 51 __slots__ = () variable in NodeList 75 __slots__ = () variable in EmptyNodeList
|
/third_party/python/Lib/test/ |
H A D | test_descrtut.py | 106 __slots__ = ['default'] variable in defaultdict2
|
H A D | test_copyreg.py | 14 __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 D | test_rlcompleter.py | 124 __slots__ = ("bar",) variable in TestRlcompleter.test_uncreated_attr.Foo
|
H A D | test_opcache.py | 182 __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 D | abc.py | 188 __slots__ = () variable in ABC
|
H A D | _threading_local.py | 148 __slots__ = 'key', 'dicts', 'localargs', 'locallock', '__weakref__' variable in _localimpl 205 __slots__ = '_local__impl', '__dict__' variable in local
|
H A D | graphlib.py | 10 __slots__ = "node", "npredecessors", "successors" variable in _NodeInfo
|
H A D | hmac.py | 34 __slots__ = ( variable in HMAC
|
/third_party/python/Lib/asyncio/ |
H A D | trsock.py | 13 __slots__ = ('_sock',) variable in TransportSocket
|
H A D | protocols.py | 19 __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 D | transports.py | 12 __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__.py | 368 __slots__ = () # no direct instantiation, so allow immutable subclasses variable in YAMLObject
|
/third_party/python/Tools/scripts/ |
H A D | var_access_benchmark.py | 18 __slots__ = 'x' variable in B
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_byteswap.py | 27 __slots__ = () variable in Test.test_slots.BigPoint 31 __slots__ = () variable in Test.test_slots.LowPoint
|
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 190 __slots__ = ("foo", "bar", "baz") variable in _make_objects.Slots
|
/third_party/markupsafe/ |
H A D | __init__.py | 65 __slots__ = () variable in Markup 261 __slots__ = ("escape",) variable in EscapeFormatter 302 __slots__ = ("obj", "escape") variable in _MarkupEscapeHelper
|
/third_party/littlefs/scripts/ |
H A D | cov.py | 33 __slots__ = () variable in Int 111 __slots__ = () variable in Frac 188 __slots__ = () variable in CovResult
|
H A D | code.py | 33 __slots__ = () variable in Int 118 __slots__ = () variable in CodeResult
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 97 __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...] |