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

Method _print

Tools/cases_generator/stack.py:654–656  ·  view source on GitHub ↗
(self, out: CWriter)

Source from the content-addressed store, hash-verified

652 return f"{stack_comment[:-2]}{next_line}inputs: {inputs} outputs: {outputs}*/"
653
654 def _print(self, out: CWriter) -> None:
655 if PRINT_STACKS:
656 out.emit(self.as_comment() + "\n")
657
658 def close_inputs(self, out: CWriter) -> None:
659

Callers 2

flushMethod · 0.95
mergeMethod · 0.95

Calls 2

as_commentMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected