Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyTuple
Class
MyTuple
Lib/test/test_functools.py:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
return
(part.func, part.args, part.keywords, part.__dict__)
57
58
class
MyTuple(tuple):
59
pass
60
61
class
BadTuple(tuple):
62
def
__add__(self, other):
Callers
1
test_setstate_subclasses
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_setstate_subclasses
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…