Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prompt-toolkit/ptpython
/ configure
Function
configure
src/ptpython/entry_points/run_ptipython.py:67–69 ·
view source on GitHub ↗
(repl)
Source
from the content-addressed store, hash-verified
65
66
# Apply config file
67
def
configure(repl):
68
if
os.path.exists(config_file):
69
run_config(repl, config_file)
70
71
# Run interactive shell.
72
embed(
Callers
nothing calls this directly
Calls
1
run_config
Function · 0.90
Tested by
no test coverage detected