MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __exit__

Method __exit__

tools/python-3.11.9-amd64/Lib/threading.py:274–275  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

272 return self._lock.__enter__()
273
274 def __exit__(self, *args):
275 return self._lock.__exit__(*args)
276
277 def __repr__(self):
278 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