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

Method print

Tools/cases_generator/parsing.py:134–138  ·  view source on GitHub ↗
(self, out:CWriter)

Source from the content-addressed store, hash-verified

132 body: Stmt
133
134 def print(self, out:CWriter) -> None:
135 out.emit(self.for_)
136 for tkn in self.header:
137 out.emit(tkn)
138 self.body.print(out)
139
140 def accept(self, visitor: Visitor) -> None:
141 visitor(self)

Callers

nothing calls this directly

Calls 2

emitMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected