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

Function checksig

Lib/unittest/mock.py:133–134  ·  view source on GitHub ↗
(self, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

131 return
132 func, sig = sig
133 def checksig(self, /, *args, **kwargs):
134 sig.bind(*args, **kwargs)
135 _copy_func_details(func, checksig)
136 type(mock)._mock_check_sig = checksig
137 type(mock).__signature__ = sig

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected