Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ size
Method
size
src/pystack/maps.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
@property
69
def
size(self) -> int:
70
return
self.end - self.start
71
72
def
__repr__(self) -> str:
73
start = f
"0x{self.start:016x}"
Callers
10
resolveLocalVariables
Method · 0.80
limitOutput
Function · 0.80
formatSequence
Function · 0.80
loadFromPython3
Method · 0.80
loadFromPython2
Method · 0.80
toString
Method · 0.80
resolveLibraries
Method · 0.80
getLocationInfo
Function · 0.80
put
Method · 0.80
ProcessTracer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected