MCPcopy Index your code
hub / github.com/python/cpython / MethodDescriptorSuper

Class MethodDescriptorSuper

Lib/test/test_call.py:780–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778 return super().__call__(*args)
779
780 class MethodDescriptorSuper(SuperBase, _testcapi.MethodDescriptorBase):
781 def __call__(self, *args):
782 return super().__call__(*args)
783
784 calls += [
785 (dict.update, ({},), {"key":True}, None),

Callers 1

test_vectorcallMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_vectorcallMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…