MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / method

Function method

tools/python-3.11.9-amd64/Lib/unittest/mock.py:1991–1992  ·  view source on GitHub ↗
(self, /, *args, **kw)

Source from the content-addressed store, hash-verified

1989def _get_method(name, func):
1990 "Turns a callable object (like a mock) into a real function"
1991 def method(self, /, *args, **kw):
1992 return func(self, *args, **kw)
1993 method.__name__ = name
1994 return method
1995

Callers 15

found_terminatorMethod · 0.85
handle_one_requestMethod · 0.85
transformMethod · 0.85
innerFunction · 0.85
_callTestMethodMethod · 0.85
innerFunction · 0.85
assertMessagesCMMethod · 0.85
mainFunction · 0.85
localcallMethod · 0.85
get_sub_commandsMethod · 0.85

Calls

no outgoing calls