MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __enter__

Method __enter__

pager_lib/tqdm/std.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 lock.release()
109
110 def __enter__(self):
111 self.acquire()
112
113 def __exit__(self, *exc):
114 self.release()

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected