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

Class MethodDescriptorOverridden

Lib/test/test_call.py:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768 pass
769
770 class MethodDescriptorOverridden(_testcapi.MethodDescriptorBase):
771 def __call__(self, n):
772 return 'new'
773
774 class SuperBase:
775 def __call__(self, *args):

Callers 1

test_vectorcallMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_vectorcallMethod · 0.68