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

Method release

Lib/logging/__init__.py:978–983  ·  view source on GitHub ↗

Release the I/O thread lock.

(self)

Source from the content-addressed store, hash-verified

976 self.lock.acquire()
977
978 def release(self):
979 """
980 Release the I/O thread lock.
981 """
982 if self.lock:
983 self.lock.release()
984
985 def setLevel(self, level):
986 """

Callers 3

_prepareForkFunction · 0.45
_afterForkFunction · 0.45
shutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected