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

Method acquire

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

Acquire the I/O thread lock.

(self)

Source from the content-addressed store, hash-verified

920 self.lock._at_fork_reinit()
921
922 def acquire(self):
923 """
924 Acquire the I/O thread lock.
925 """
926 if self.lock:
927 self.lock.acquire()
928
929 def release(self):
930 """

Callers 12

handleMethod · 0.95
_acquireLockFunction · 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