Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ acquire
Method
acquire
bpython/filelock.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.locked = False
32
33
def
acquire(self) -> None:
34
pass
35
36
def
release(self) -> None:
37
pass
Callers
1
__enter__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected