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

Method close

Lib/multiprocessing/managers.py:1056–1057  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1054 def throw(self, *args):
1055 return self._callmethod('throw', args)
1056 def close(self, *args):
1057 return self._callmethod('close', args)
1058
1059
1060class AcquirerProxy(BaseProxy):

Callers 10

handle_requestMethod · 0.45
serve_clientMethod · 0.45
startMethod · 0.45
_run_serverMethod · 0.45
_createMethod · 0.45
_debug_infoMethod · 0.45
_number_of_objectsMethod · 0.45
_finalize_managerMethod · 0.45
_decrefMethod · 0.45
AutoProxyFunction · 0.45

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected