Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __init__
Method
__init__
bpython/filelock.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
""
"Base class for file locking"
""
29
30
def
__init__(self) -> None:
31
self.locked = False
32
33
def
acquire(self) -> None:
34
pass
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected