MCPcopy Index your code
hub / github.com/RustPython/RustPython / output

Method output

Lib/pydoc.py:2043–2044  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2041
2042 @property
2043 def output(self):
2044 return self._output or sys.stdout
2045
2046 def __repr__(self):
2047 if inspect.stack()[1][3] == '?':

Callers 1

commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected