MCPcopy Index your code
hub / github.com/RustPython/RustPython / MethodDescriptorSuper

Class MethodDescriptorSuper

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_vectorcallMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_vectorcallMethod · 0.68