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

Method locked

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

Source from the content-addressed store, hash-verified

1066 def release(self):
1067 return self._callmethod('release')
1068 def locked(self):
1069 return self._callmethod('locked')
1070 def __enter__(self):
1071 return self._callmethod('acquire')
1072 def __exit__(self, exc_type, exc_val, exc_tb):

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected