Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prompt-toolkit/ptpython
/ enter_to_continue
Function
enter_to_continue
src/ptpython/repl.py:467–468 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
465
)
466
467
def
enter_to_continue() -> None:
468
input(
"\nPress ENTER to continue..."
)
469
470
# Check whether this file exists.
471
if
not os.path.exists(config_file):
Callers
1
run_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected