Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _print
Method
_print
Tools/cases_generator/stack.py:356–358 ·
view source on GitHub ↗
(self, out: CWriter)
Source
from the content-addressed store, hash-verified
354
)
355
356
def
_print(self, out: CWriter) -> None:
357
if
PRINT_STACKS:
358
out.emit(self.as_comment() +
"\n"
)
359
360
def
copy(self) ->
"Stack"
:
361
other = Stack()
Callers
8
pop
Method · 0.95
_save_physical_sp
Method · 0.95
save_variables
Method · 0.95
flush
Method · 0.95
generate_tier2
Function · 0.95
merge
Method · 0.45
write_uop
Function · 0.45
write_uop
Function · 0.45
Calls
2
as_comment
Method · 0.95
emit
Method · 0.45
Tested by
no test coverage detected