Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ ps2
Method
ps2
bpython/curtsiesfrontend/repl.py:2187–2188 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2185
2186
@property
2187
def
ps2(self):
2188
return
_process_ps(super().ps2,
"... "
)
2189
2190
2191
def
is_nop(char: str) -> bool:
Callers
nothing calls this directly
Calls
1
_process_ps
Function · 0.85
Tested by
no test coverage detected