MCPcopy 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

resolveLocalVariablesMethod · 0.80
limitOutputFunction · 0.80
formatSequenceFunction · 0.80
loadFromPython3Method · 0.80
loadFromPython2Method · 0.80
toStringMethod · 0.80
resolveLibrariesMethod · 0.80
getLocationInfoFunction · 0.80
putMethod · 0.80
ProcessTracerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected