Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ is_writable
Method
is_writable
src/pystack/maps.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
return
"r"
in self.flags
61
62
def
is_writable(self) -> bool:
63
return
"w"
in self.flags
64
65
def
is_private(self) -> bool:
66
return
"p"
in self.flags
Callers
1
test_virtual_map
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_virtual_map
Function · 0.76