Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/multiprocessing/managers.py:1057–1058 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
1055
def
throw(self, *args):
1056
return
self._callmethod(
'throw'
, args)
1057
def
close(self, *args):
1058
return
self._callmethod(
'close'
, args)
1059
1060
1061
class
AcquirerProxy(BaseProxy):
Callers
10
handle_request
Method · 0.45
serve_client
Method · 0.45
start
Method · 0.45
_run_server
Method · 0.45
_create
Method · 0.45
_debug_info
Method · 0.45
_number_of_objects
Method · 0.45
_finalize_manager
Method · 0.45
_decref
Method · 0.45
AutoProxy
Function · 0.45
Calls
1
_callmethod
Method · 0.80
Tested by
no test coverage detected