Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ L
Class
L
Lib/test/test_descr.py:3466–3467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3464
class
K(object):
3465
__slots__ = [
"a"
,
"b"
,
"d"
]
3466
class
L(H):
3467
__slots__ = [
"e"
]
3468
class
M(I):
3469
__slots__ = [
"e"
]
3470
class
N(J):
Callers
1
test_slices
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_slices
Method · 0.56