MCPcopy
hub / github.com/prompt-toolkit/ptpython / write

Method write

src/ptpython/entry_points/run_ptpython.py:47–47  ·  view source on GitHub ↗
(self, s: str, /)

Source from the content-addressed store, hash-verified

45
46class _SupportsWrite(Protocol):
47 def write(self, s: str, /) -> object: ...
48
49
50class _Parser(argparse.ArgumentParser):

Callers 4

_load_start_pathsMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected