MCPcopy Index your code
hub / github.com/python/cpython / zero

Method zero

Tools/cases_generator/stack.py:46–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45 @staticmethod
46 def zero() -> "PointerOffset":
47 return PointerOffset(0, (), ())
48
49 def pop(self, item: StackItem) -> "PointerOffset":
50 return self - PointerOffset.from_item(item)

Callers 1

__init__Method · 0.45

Calls 1

PointerOffsetClass · 0.85

Tested by

no test coverage detected