Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __repr__
Method
__repr__
Tools/cases_generator/stack.py:139–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
137
return
self.to_c()
138
139
def
__repr__(self) -> str:
140
return
f
"PointerOffset({self.to_c()})"
141
142
@dataclass
143
class
Local:
Callers
nothing calls this directly
Calls
1
to_c
Method · 0.95
Tested by
no test coverage detected