MCPcopy 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

popMethod · 0.95
_save_physical_spMethod · 0.95
save_variablesMethod · 0.95
flushMethod · 0.95
generate_tier2Function · 0.95
mergeMethod · 0.45
write_uopFunction · 0.45
write_uopFunction · 0.45

Calls 2

as_commentMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected