Home
last modified time | relevance | path

Searched defs:__slots__ (Results 51 – 75 of 5155) sorted by relevance

12345678910>>...207

/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/test/
H A Dtest_heapyc.py70 __slots__ = 't', variable in TestHeapView.test_inheritance_from_special_types.T
73 __slots__ = 'u', variable in TestHeapView.test_inheritance_from_special_types.U
126 __slots__ = 'some', '_hiding_tag_', 'other' variable in TestHeapView.test_registered_hiding.Set
202 __slots__ = 'some', '_hiding_tag_', 'other' variable in TestHeapView.test_timing.Set
242 __slots__ = 'a', '_hiding_tag_', 'tonly' variable in TestLeak.test_1.T
246 __slots__ = 'b', variable in TestLeak.test_1.U
250 __slots__ = 'c', variable in TestLeak.test_1.V
487 __slots__ = 'x' variable in TestNodeGraph.test_inheritance.T
511 __slots__ = 'stop', variable in TestNodeGraph.test_inheritance.R
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-ext-autodoc/target/
H A Dslots.py4 __slots__ = ['attr'] variable in Foo
10 __slots__ = {'attr1': 'docstring of attr1', variable in Bar
21 __slots__ = 'attr' variable in Baz
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/construct/
H A Dadapters.py11 __slots__ = [] variable in BitIntegerError
13 __slots__ = [] variable in MappingError
15 __slots__ = [] variable in ConstError
17 __slots__ = [] variable in ValidationError
19 __slots__ = [] variable in PaddingError
115 __slots__ = ["flags"] variable in FlagsAdapter
213 __slots__ = [] variable in LengthValueAdapter
322 __slots__ = ["value"] variable in ConstAdapter
366 __slots__ = ["index"] variable in IndexingAdapter
413 __slots__ = [] variable in Validator
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/construct/
H A Dadapters.py11 __slots__ = [] variable in BitIntegerError
13 __slots__ = [] variable in MappingError
15 __slots__ = [] variable in ConstError
17 __slots__ = [] variable in ValidationError
19 __slots__ = [] variable in PaddingError
115 __slots__ = ["flags"] variable in FlagsAdapter
213 __slots__ = [] variable in LengthValueAdapter
322 __slots__ = ["value"] variable in ConstAdapter
366 __slots__ = ["index"] variable in IndexingAdapter
413 __slots__ = [] variable in Validator
[all …]
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/construct/
H A Dadapters.py11 __slots__ = [] variable in BitIntegerError
13 __slots__ = [] variable in MappingError
15 __slots__ = [] variable in ConstError
17 __slots__ = [] variable in ValidationError
19 __slots__ = [] variable in PaddingError
115 __slots__ = ["flags"] variable in FlagsAdapter
213 __slots__ = [] variable in LengthValueAdapter
322 __slots__ = ["value"] variable in ConstAdapter
366 __slots__ = ["index"] variable in IndexingAdapter
413 __slots__ = [] variable in Validator
[all …]
/dports/mail/py-pysasl/pysasl-0.9.0/pysasl/
H A D__init__.py22 __slots__: Sequence[str] = [] variable in AuthenticationError
31 __slots__: Sequence[str] = [] variable in UnexpectedChallenge
65 __slots__ = ['_data'] variable in ServerChallenge
89 __slots__ = ['_challenge', '_response'] variable in ChallengeResponse
118 __slots__: Sequence[str] = [] variable in BaseMechanism
129 __slots__: Sequence[str] = [] variable in ServerMechanism
163 __slots__: Sequence[str] = [] variable in ClientMechanism
196 __slots__ = ['mechanisms'] variable in SASLAuth
/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/core/
H A Dservice.py55 __slots__ = () variable in Service
111 __slots__ = () variable in VoidService
118 __slots__ = ["__getmodule", "__cache", "__weakref__"] variable in ModuleNamespace
144 __slots__ = ["_conn", "namespace"] variable in Slave
174 __slots__ = () variable in SlaveService
196 __slots__ = () variable in FakeSlaveService
209 __slots__ = () variable in MasterService
231 __slots__ = () variable in ClassicService
238 __slots__ = () variable in ClassicClient
/dports/net/py-trio/trio-0.19.0/trio/
H A D_abc.py13 __slots__ = () variable in Clock
68 __slots__ = () variable in Instrument
146 __slots__ = () variable in HostnameResolver
226 __slots__ = () variable in AsyncResource
280 __slots__ = () variable in SendStream
386 __slots__ = () variable in ReceiveStream
438 __slots__ = () variable in Stream
447 __slots__ = () variable in HalfCloseableStream
526 __slots__ = () variable in Listener
568 __slots__ = () variable in SendChannel
[all …]
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/bsd/pf_route/
H A Dfreebsd.py33 __slots__ = () variable in bsdmsg
41 __slots__ = () variable in if_msg
75 __slots__ = () variable in rt_msg_base
110 __slots__ = () variable in ifa_msg_base
120 __slots__ = () variable in ifma_msg_base
129 __slots__ = () variable in if_announcemsg
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/websocket/
H A Dtypes.py53 __slots__ = ( variable in ConnectionRequest
145 __slots__ = ( variable in ConnectingRequest
201 __slots__ = ( variable in TransportDetails
243 __slots__ = ( variable in ConnectionResponse
295 __slots__ = ('subprotocol', 'headers') variable in ConnectionAccept
333 __slots__ = ('code', 'reason') variable in ConnectionDeny
396 __slots__ = () variable in Message
404 __slots__ = ('payload', 'is_binary') variable in IncomingMessage
429 __slots__ = ('payload', 'is_binary', 'skip_compress') variable in OutgoingMessage
462 __slots__ = ('payload') variable in Ping
/dports/sysutils/py-hcloud/hcloud-1.16.0/hcloud/servers/
H A Ddomain.py66 __slots__ = ( variable in Server
150 __slots__ = ("server", "action", "next_actions", "root_password") variable in CreateServerResponse
174 __slots__ = ("action", "root_password") variable in ResetPasswordResponse
194 __slots__ = ("action", "root_password") variable in EnableRescueResponse
216 __slots__ = ("action", "wss_url", "password") variable in RequestConsoleResponse
238 __slots__ = ("ipv4", "ipv6", "floating_ips", "firewalls") variable in PublicNetwork
260 __slots__ = ("firewall", "status") variable in PublicNetworkFirewall
287 __slots__ = ("ip", "blocked", "dns_ptr") variable in IPv4Address
315 __slots__ = ("ip", "blocked", "dns_ptr", "network", "network_mask") variable in IPv6Network
344 __slots__ = ("network", "ip", "alias_ips", "mac_address") variable in PrivateNet
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_copy_reg.py15 __slots__ = ('__weakref__',) variable in WithWeakref
18 __slots__ = ('__spam',) variable in WithPrivate
21 __slots__ = 'spam' variable in WithSingleString
24 __slots__ = ('eggs',) variable in WithInherited
/dports/devel/py-pycparser/pycparser-2.21/build/lib/pycparser/
H A Dc_ast.py31 __slots__ = () variable in Node
272 __slots__ = ('coord', '__weakref__') variable in Break
385 __slots__ = ('coord', '__weakref__') variable in Continue
429 __slots__ = ('decls', 'coord', '__weakref__') variable in DeclList
447 __slots__ = ('stmts', 'coord', '__weakref__') variable in Default
486 __slots__ = ('coord', '__weakref__') variable in EllipsisParam
500 __slots__ = ('coord', '__weakref__') variable in EmptyStatement
586 __slots__ = ('ext', 'coord', '__weakref__') variable in FileAST
701 __slots__ = ('name', 'coord', '__weakref__') variable in Goto
717 __slots__ = ('name', 'coord', '__weakref__') variable in ID
[all …]
/dports/devel/py-pycparser/pycparser-2.21/pycparser/
H A Dc_ast.py31 __slots__ = () variable in Node
272 __slots__ = ('coord', '__weakref__') variable in Break
385 __slots__ = ('coord', '__weakref__') variable in Continue
429 __slots__ = ('decls', 'coord', '__weakref__') variable in DeclList
447 __slots__ = ('stmts', 'coord', '__weakref__') variable in Default
486 __slots__ = ('coord', '__weakref__') variable in EllipsisParam
500 __slots__ = ('coord', '__weakref__') variable in EmptyStatement
586 __slots__ = ('ext', 'coord', '__weakref__') variable in FileAST
701 __slots__ = ('name', 'coord', '__weakref__') variable in Goto
717 __slots__ = ('name', 'coord', '__weakref__') variable in ID
[all …]
/dports/devel/py-pycparser/stage/usr/local/lib/python3.8/site-packages/pycparser/
H A Dc_ast.py31 __slots__ = () variable in Node
272 __slots__ = ('coord', '__weakref__') variable in Break
385 __slots__ = ('coord', '__weakref__') variable in Continue
429 __slots__ = ('decls', 'coord', '__weakref__') variable in DeclList
447 __slots__ = ('stmts', 'coord', '__weakref__') variable in Default
486 __slots__ = ('coord', '__weakref__') variable in EllipsisParam
500 __slots__ = ('coord', '__weakref__') variable in EmptyStatement
586 __slots__ = ('ext', 'coord', '__weakref__') variable in FileAST
701 __slots__ = ('name', 'coord', '__weakref__') variable in Goto
717 __slots__ = ('name', 'coord', '__weakref__') variable in ID
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Dtypes.py136 __slots__ = [f[0] for f in _fields_] variable in SECURITY_ATTRIBUTES
177 __slots__ = [f[0] for f in _fields_] variable in RGBQUAD
186 __slots__ = [f[0] for f in _fields_] variable in CIEXYZ
195 __slots__ = [f[0] for f in _fields_] variable in CIEXYZTRIPLE
248 __slots__ = [f[0] for f in _fields_] variable in BITMAPINFO
277 __slots__ = [f[0] for f in _fields_] variable in TRACKMOUSEEVENT
288 __slots__ = [f[0] for f in _fields_] variable in MINMAXINFO
297 __slots__ = [f[0] for f in _fields_] variable in ABC
323 __slots__ = [f[0] for f in _fields_] variable in TEXTMETRIC
334 __slots__ = [f[0] for f in _fields_] variable in MONITORINFOEX
[all …]
/dports/devel/py-prettyprinter/prettyprinter-0.18.0/prettyprinter/
H A Ddoctypes.py19 __slots__ = () variable in Doc
26 __slots__ = ('doc', 'annotation') variable in Annotated
48 __slots__ = ('docs', ) variable in Concat
87 __slots__ = ('indent', 'doc') variable in Nest
112 __slots__ = ( variable in FlatChoice
166 __slots__ = ('fn', ) variable in Contextual
186 __slots__ = ('doc', ) variable in Group
208 __slots__ = ('doc', ) variable in AlwaysBreak
225 __slots__ = ('docs', ) variable in Fill
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/frontend/
H A Ddata.py40 __slots__ = () variable in TreeMetadata
53 __slots__ = ( variable in ContextDerived
117 __slots__ = ( variable in DirectoryTraversal
130 __slots__ = ( variable in BaseConfigSubstitution
190 __slots__ = ( variable in XPIDLFile
381 __slots__ = ( variable in Linkable
524 __slots__ = ( variable in BaseRustProgram
555 __slots__ = ( variable in RustTest
568 __slots__ = ( variable in BaseLibrary
596 __slots__ = ( variable in Library
[all …]
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A D_wrappers.py20 __slots__ = () variable in Int2
38 __slots__ = () variable in Int4
56 __slots__ = () variable in Int8
74 __slots__ = () variable in IntNumeric
92 __slots__ = () variable in Float4
110 __slots__ = () variable in Float8
128 __slots__ = () variable in Oid
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/test_framework/
H A Dmessages.py604 __slots__ = ("vtx",) variable in CBlock
754 __slots__ = () variable in P2PHeaderAndShortWitnessIDs
1007 __slots__ = () variable in msg_verack
1041 __slots__ = ("inv",) variable in msg_inv
1102 __slots__ = ("tx",) variable in msg_tx
1119 __slots__ = () variable in msg_witness_tx
1162 __slots__ = () variable in msg_witness_block
1169 __slots__ = () variable in msg_getaddr
1224 __slots__ = () variable in msg_mempool
1258 __slots__ = () variable in msg_sendheaders
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/test_framework/
H A Dmessages.py604 __slots__ = ("vtx",) variable in CBlock
754 __slots__ = () variable in P2PHeaderAndShortWitnessIDs
1007 __slots__ = () variable in msg_verack
1041 __slots__ = ("inv",) variable in msg_inv
1102 __slots__ = ("tx",) variable in msg_tx
1119 __slots__ = () variable in msg_witness_tx
1162 __slots__ = () variable in msg_witness_block
1169 __slots__ = () variable in msg_getaddr
1224 __slots__ = () variable in msg_mempool
1258 __slots__ = () variable in msg_sendheaders
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/test_framework/
H A Dmessages.py604 __slots__ = ("vtx",) variable in CBlock
754 __slots__ = () variable in P2PHeaderAndShortWitnessIDs
1007 __slots__ = () variable in msg_verack
1041 __slots__ = ("inv",) variable in msg_inv
1102 __slots__ = ("tx",) variable in msg_tx
1119 __slots__ = () variable in msg_witness_tx
1162 __slots__ = () variable in msg_witness_block
1169 __slots__ = () variable in msg_getaddr
1224 __slots__ = () variable in msg_mempool
1258 __slots__ = () variable in msg_sendheaders
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/codegen/
H A Dfnodes.py48 __slots__ = ('name', 'body') variable in Program
69 __slots__ = ('local', 'original') variable in use_rename
95 __slots__ = ('namespace', 'rename', 'only') variable in use
120 __slots__ = ('name', 'declarations', 'definitions') variable in Module
147 __slots__ = ('name', 'parameters', 'body', 'attrs') variable in Subroutine
170 __slots__ = ('name', 'subroutine_args') variable in SubroutineCall
228 __slots__ = ('elements',) variable in ArrayConstructor
547 __slots__ = ('labels', 'expr') variable in GoTo
574 __slots__ = ('return_value',) variable in FortranReturn
644 __slots__ = ('array', 'dim', 'mask') variable in sum_
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/tests/basics/
H A DSlots.py24 __slots__ = ["__hidden"] variable in W2
36 __slots__ = ["__hidden"] variable in _W2
48 __slots__ = ["__hidden"] variable in a_W2
60 __slots__ = ["__hidden"] variable in W2_
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/test_framework/
H A Dmessages.py847 __slots__ = () variable in P2PHeaderAndShortWitnessIDs
1100 __slots__ = () variable in msg_verack
1151 __slots__ = () variable in msg_sendaddrv2
1245 __slots__ = () variable in msg_wtxidrelay
1262 __slots__ = () variable in msg_no_witness_tx
1305 __slots__ = () variable in msg_no_witness_block
1311 __slots__ = () variable in msg_getaddr
1366 __slots__ = () variable in msg_mempool
1400 __slots__ = () variable in msg_sendheaders
1536 __slots__ = () variable in msg_filterclear
[all …]

12345678910>>...207