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

Method __exit__

Lib/threading.py:309–310  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

307 return self._lock.__enter__()
308
309 def __exit__(self, *args):
310 return self._lock.__exit__(*args)
311
312 def __repr__(self):
313 return "<Condition(%s, %d)>" % (self._lock, len(self._waiters))

Callers

nothing calls this directly

Calls 1

__exit__Method · 0.45

Tested by

no test coverage detected