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

Method release

tools/python-3.11.9-amd64/Lib/logging/__init__.py:929–934  ·  view source on GitHub ↗

Release the I/O thread lock.

(self)

Source from the content-addressed store, hash-verified

927 self.lock.acquire()
928
929 def release(self):
930 """
931 Release the I/O thread lock.
932 """
933 if self.lock:
934 self.lock.release()
935
936 def setLevel(self, level):
937 """

Callers 12

handleMethod · 0.95
_releaseLockFunction · 0.45
flushMethod · 0.45
setStreamMethod · 0.45
closeMethod · 0.45
shutdownFunction · 0.45
closeMethod · 0.45
closeMethod · 0.45
flushMethod · 0.45
setTargetMethod · 0.45
flushMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected