Provided by:
bpython_0.8.0-1_all 
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.
bpython(1).
AUTHOR
bpython was written by Robert Anthony Farrell <robertanthonyfar-
rel@gmail.com>.
This manual page was written by J?rgen Pedersen Tjern? <jorgen@dev-
soft.no>, for the Debian project (but may be used by others).
August 13, 2008 BPYTHONRC(5)