MCPcopy Create free account
hub / github.com/bpython/bpython / release

Method release

bpython/filelock.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 pass
35
36 def release(self) -> None:
37 pass
38
39 def __enter__(self) -> "BaseLock":
40 self.acquire()

Callers 2

__exit__Method · 0.95
__del__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected