bpythonrc(5)
NAME
bpythonrc - user configuration file for bpython
SYNOPSIS
~/.bpythonrc
DESCRIPTION
- The bpythonrc contains various options controlling the behaviour of
bpython
- .
- Boolean values are yes, true, on and no, false, off
- . Currently only boolean variables exist.
- The various options are:
- auto_display_list boolean (default: yes)
- Display the autocomplete list as you type. When this is off, you can hit tab to see the suggestions.
- syntax boolean (default: yes)
- Syntax highlighting as you type.
- arg_spec boolean (default: yes)
- Display the arg spec (list of arguments) for callables, when possible.
- tab_length integer (default: 4)
- The number of spaces a soft tab equals.
SEE ALSO
AUTHOR
bpython was written by Robert Anthony Farrell <robertanthonyfarrel@gmail.com>.
- This manual page was written by Jrgen Pedersen Tjern <jorgen@devsoft.no>, for the Debian project (but may be used by others).