MCPcopy Index your code
hub / github.com/python/cpython / release

Method release

Lib/multiprocessing/managers.py:1066–1067  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1064 args = (blocking,) if timeout is None else (blocking, timeout)
1065 return self._callmethod('acquire', args)
1066 def release(self):
1067 return self._callmethod('release')
1068 def locked(self):
1069 return self._callmethod('locked')
1070 def __enter__(self):

Callers 11

getMethod · 0.45
_feedMethod · 0.45
putMethod · 0.45
_stopMethod · 0.45
freeMethod · 0.45
waitMethod · 0.45
notifyMethod · 0.45
is_setMethod · 0.45
setMethod · 0.45
waitMethod · 0.45
closeMethod · 0.45

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected