MCPcopy Index your code
hub / github.com/bpython/bpython / getstdout

Method getstdout

bpython/repl.py:865–866  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

863
864 @abstractmethod
865 def getstdout(self) -> str:
866 raise NotImplementedError()
867
868 def get_session_formatted_for_file(self) -> str:
869 """Format the stdout buffer to something suitable for writing to disk,

Callers 2

pastebinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected