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

Function _releaseLock

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

Release the module-level lock acquired by calling _acquireLock().

()

Source from the content-addressed store, hash-verified

235 _lock.acquire()
236
237def _releaseLock():
238 """
239 Release the module-level lock acquired by calling _acquireLock().
240 """
241 if _lock:
242 _lock.release()
243
244
245# Prevent a held logging lock from blocking a child from logging.

Callers 11

addLevelNameFunction · 0.85
_addHandlerRefFunction · 0.85
set_nameMethod · 0.85
closeMethod · 0.85
getLoggerMethod · 0.85
_clear_cacheMethod · 0.85
addHandlerMethod · 0.85
removeHandlerMethod · 0.85
isEnabledForMethod · 0.85
basicConfigFunction · 0.85

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected