Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
class
_SupportsWrite(Protocol):
47
def
write(self, s: str, /) -> object: ...
48
49
50
class
_Parser(argparse.ArgumentParser):
Callers
4
_load_start_paths
Method · 0.45
run_and_show_expression
Method · 0.45
_handle_keyboard_interrupt
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected