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

Method __str__

Tools/cases_generator/stack.py:136–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 return self.numeric
135
136 def __str__(self) -> str:
137 return self.to_c()
138
139 def __repr__(self) -> str:
140 return f"PointerOffset({self.to_c()})"

Callers

nothing calls this directly

Calls 1

to_cMethod · 0.95

Tested by

no test coverage detected