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

Method print

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

Source from the content-addressed store, hash-verified

81 return io.getvalue()
82
83 def print(self, out:CWriter) -> None:
84 raise NotImplementedError
85
86 def accept(self, visitor: Visitor) -> None:
87 raise NotImplementedError

Callers 6

__repr__Method · 0.95
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected