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

Method __exit__

Lib/multiprocessing/managers.py:1069–1070  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

1067 def __enter__(self):
1068 return self._callmethod('acquire')
1069 def __exit__(self, exc_type, exc_val, exc_tb):
1070 return self._callmethod('release')
1071
1072
1073class ConditionProxy(AcquirerProxy):

Callers

nothing calls this directly

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected