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

Method __del__

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

Source from the content-addressed store, hash-verified

51 return False
52
53 def __del__(self) -> None:
54 if self.locked:
55 self.release()
56
57
58try:

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected