MCPcopy 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
58class MyTuple(tuple):
59 pass
60
61class BadTuple(tuple):
62 def __add__(self, other):

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…