MCPcopy Create free account
hub / github.com/bpython/bpython / ps1

Method ps1

bpython/curtsiesfrontend/repl.py:2183–2184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2181
2182 @property
2183 def ps1(self):
2184 return _process_ps(super().ps1, ">>> ")
2185
2186 @property
2187 def ps2(self):

Callers

nothing calls this directly

Calls 1

_process_psFunction · 0.85

Tested by

no test coverage detected