MCPcopy
hub / github.com/Delgan/loguru / remove

Function remove

tests/test_threading.py:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 logger.info("Writing")
182
183 def remove():
184 barrier.wait()
185 time.sleep(0.5)
186 logger.remove(i)
187
188 threads = [Thread(target=write), Thread(target=remove)]
189

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…