Home
last modified time | relevance | path

Searched refs:__slots__ (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/python/Lib/asyncio/
Dprotocols.py19 __slots__ = () variable in BaseProtocol
92 __slots__ = () variable in Protocol
137 __slots__ = () variable in BufferedProtocol
169 __slots__ = () variable in DatagramProtocol
184 __slots__ = () variable in SubprocessProtocol
Dtransports.py12 __slots__ = ('_extra',) variable in BaseTransport
49 __slots__ = () variable in ReadTransport
75 __slots__ = () variable in WriteTransport
163 __slots__ = () variable in Transport
169 __slots__ = () variable in DatagramTransport
193 __slots__ = () variable in SubprocessTransport
262 __slots__ = ('_loop', '_protocol_paused', '_high_water', '_low_water') variable in _FlowControlMixin
/third_party/python/Lib/
D_collections_abc.py92 __slots__ = () variable in Hashable
107 __slots__ = () variable in Awaitable
124 __slots__ = () variable in Coroutine
168 __slots__ = () variable in AsyncIterable
185 __slots__ = () variable in AsyncIterator
204 __slots__ = () variable in AsyncGenerator
255 __slots__ = () variable in Iterable
273 __slots__ = () variable in Iterator
308 __slots__ = () variable in Reversible
324 __slots__ = () variable in Generator
[all …]
Dnumbers.py18 __slots__ = () variable in Number
43 __slots__ = () variable in Complex
156 __slots__ = () variable in Real
270 __slots__ = () variable in Rational
297 __slots__ = () variable in Integral
Dtyping.py298 __slots__ = ('__weakref__',) variable in _Final
306 __slots__ = () variable in _Immutable
318 __slots__ = ('_name', '__doc__', '_getitem') variable in _SpecialForm
511 __slots__ = ('__forward_arg__', '__forward_code__', variable in ForwardRef
608 __slots__ = ('__name__', '__bound__', '__constraints__', variable in TypeVar
664 self.__slots__ = None # This is not documented.
965 __slots__ = () variable in Generic
1146 __slots__ = () variable in Protocol
1286 __slots__ = () variable in Annotated
1731 __slots__ = () variable in SupportsInt
[all …]
D_threading_local.py148 __slots__ = 'key', 'dicts', 'localargs', 'locallock', '__weakref__' variable in _localimpl
205 __slots__ = '_local__impl', '__dict__' variable in local
Dtracemalloc.py35 __slots__ = ('traceback', 'size', 'count') variable in Statistic
75 __slots__ = ('traceback', 'size', 'size_diff', 'count', 'count_diff') variable in StatisticDiff
145 __slots__ = ("_frame",) variable in Frame
185 __slots__ = ("_frames", '_total_nframe') variable in Traceback
276 __slots__ = ("_trace",) variable in Trace
Doperator.py234 __slots__ = ('_attrs', '_call') variable in attrgetter
271 __slots__ = ('_items', '_call') variable in itemgetter
303 __slots__ = ('_name', '_args', '_kwargs') variable in methodcaller
Dweakref.py45 __slots__ = "_func_ref", "_meth_type", "_alive", "__weakref__" variable in WeakMethod
343 __slots__ = "key", variable in KeyedRef
548 __slots__ = () variable in finalize
556 __slots__ = ("weakref", "func", "args", "kwargs", "atexit", "index") variable in finalize._Info
/third_party/python/Lib/test/
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
Dtest_descr.py269 __slots__ = ['prec'] variable in OperatorsTest.test_complexes.Number
1070 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyInt
1075 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyFloat
1080 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyComplex
1085 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyStr
1090 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyBytes
1095 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyTuple
1100 __slots__ = () variable in ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes.MyFrozenSet
1107 __slots__ = [] variable in ClassPropertiesAndMethods.test_slots.C0
1113 __slots__ = ['a'] variable in ClassPropertiesAndMethods.test_slots.C1
[all …]
/third_party/python/Lib/test/test_import/data/unwritable/
D__init__.py4 __slots__ = ['__builtins__', '__cached__', '__doc__', variable in MyMod
8 for attr in self.__slots__:
/third_party/python/Tools/c-analyzer/c_analyzer/parser/
Dpreprocessor.py113 __slots__ = () variable in PreprocessorDirective
144 __slots__ = () variable in Constant
171 __slots__ = () variable in Macro
222 __slots__ = () variable in IfDirective
294 __slots__ = () variable in Include
324 __slots__ = () variable in OtherDirective
/third_party/python/Lib/zoneinfo/
D_common.py128 __slots__ = [ variable in _TZifHeader
139 assert len(self.__slots__) == len(args)
140 for attr, val in zip(self.__slots__, args):
/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py74 __slots__ = () variable in Mapping
122 __slots__ = () variable in MutableMapping
195 __slots__ = ['_message_listener', '_values'] variable in BaseContainer
242 __slots__ = ['_type_checker'] variable in RepeatedScalarFieldContainer
353 __slots__ = ['_message_descriptor'] variable in RepeatedCompositeFieldContainer
463 __slots__ = ['_key_checker', '_value_checker', '_values', '_message_listener', variable in ScalarMap
553 __slots__ = ['_key_checker', '_values', '_message_listener', variable in MessageMap
662 __slots__ = ['_field_number', '_wire_type', '_data'] variable in _UnknownField
722 __slots__ = ['_values'] variable in UnknownFieldSet
Dwell_known_types.py70 __slots__ = () variable in Any
105 __slots__ = () variable in Timestamp
261 __slots__ = () variable in Duration
420 __slots__ = () variable in FieldMask
578 __slots__ = ('_root',) variable in _FieldMaskTree
760 __slots__ = () variable in Struct
813 __slots__ = () variable in ListValue
/third_party/python/Lib/ctypes/
D_endian.py48 __slots__ = () variable in BigEndianStructure
57 __slots__ = () variable in LittleEndianStructure
/third_party/python/Lib/xml/dom/
Dminicompat.py51 __slots__ = () variable in NodeList
75 __slots__ = () variable in EmptyNodeList
/third_party/python/Lib/urllib/
Dparse.py133 __slots__ = () variable in _ResultMixinStr
141 __slots__ = () variable in _ResultMixinBytes
149 __slots__ = () variable in _NetlocResultMixinBase
187 __slots__ = () variable in _NetlocResultMixinStr
217 __slots__ = () variable in _NetlocResultMixinBytes
322 __slots__ = () variable in DefragResult
330 __slots__ = () variable in SplitResult
335 __slots__ = () variable in ParseResult
341 __slots__ = () variable in DefragResultBytes
349 __slots__ = () variable in SplitResultBytes
[all …]
/third_party/skia/third_party/externals/jinja2/
Druntime.py707 __slots__ = ( variable in Undefined
934 __slots__ = () variable in ChainableUndefined
960 __slots__ = () variable in DebugUndefined
994 __slots__ = () variable in StrictUndefined
1007 Undefined.__slots__,
1008 ChainableUndefined.__slots__,
1009 DebugUndefined.__slots__,
1010 StrictUndefined.__slots__,
/third_party/jinja2/
Druntime.py707 __slots__ = ( variable in Undefined
934 __slots__ = () variable in ChainableUndefined
960 __slots__ = () variable in DebugUndefined
994 __slots__ = () variable in StrictUndefined
1007 Undefined.__slots__,
1008 ChainableUndefined.__slots__,
1009 DebugUndefined.__slots__,
1010 StrictUndefined.__slots__,
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py463 __slots__ = ('context',) variable in LoopContextIterator
606 __slots__ = ('_undefined_hint', '_undefined_obj', '_undefined_name', variable in Undefined
772 __slots__ = () variable in DebugUndefined
805 __slots__ = () variable in StrictUndefined
813 del Undefined.__slots__, DebugUndefined.__slots__, StrictUndefined.__slots__
/third_party/markupsafe/
D__init__.py67 __slots__ = () variable in Markup
215 __slots__ = ("escape",) variable in EscapeFormatter
256 __slots__ = ("obj", "escape") variable in _MarkupEscapeHelper
/third_party/python/Tools/c-analyzer/c_analyzer/common/
Dutil.py75 __slots__ = ('initial', 'default', 'readonly', 'instances', 'name') variable in Slot
185 __slots__ = () variable in _NTBase
/third_party/python/Tools/c-analyzer/c_analyzer/symbols/
Dinfo.py10 __slots__ = () variable in Symbol

12345