You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See http://bpython-interpreter.org/ for info, http://docs.bpython-interpreter.org/ for docs, and https://github.com/bpython/bpython for source.
52
+
Please report issues at https://github.com/bpython/bpython/issues
53
+
54
+
Try using undo ({config.undo_key})!
55
+
Edit the current line ({config.edit_current_block_key}) or the entire session ({config.external_editor_key}) in an external editor! (currently {config.editor})
56
+
Save sessions ({config.save_key}) or post them to pastebins ({config.pastebin_key})! Current pastebin helper: {config.pastebin_helper}
57
+
Re-execute the current session and reload all modules to test out changes to a module!
58
+
Toggle auto-reload mode to re-execute the current session when a module you've imported is modified!
59
+
60
+
Use bpython-curtsies -i your_script.py to run a file in interactive mode (interpreter in namespace of script).
61
+
Use bpython-curtsies -t your_script.py to paste in the contents of a file, as though you typed them.
62
+
63
+
Use a config file at {config_file_location} to customize keys and behavior of bpython.
64
+
See {example_config_url} for an example config file.
65
+
"""
66
+
47
67
classFakeStdin(object):
48
68
"""Stdin object user code references so sys.stdin.read() asked user for interactive input"""
0 commit comments