Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Subclass
Class
Subclass
Lib/test/picklecommon.py:399–401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
398
# For test_c_methods
399
class
Subclass(tuple):
400
class
Nested(str):
401
pass
402
403
# For test_private_methods
404
class
PrivateMethods:
Callers
1
test_c_methods
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_c_methods
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…