bpythonrc

Langue: en

Version: August 13, 2008 (fedora - 06/07/09)

Section: 5 (Format de fichier)

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

bpython(1).

AUTHOR

bpython was written by Robert Anthony Farrell <robertanthonyfarrel@gmail.com>.

This manual page was written by Jørgen Pedersen Tjernø <jorgen@devsoft.no>, for the Debian project (but may be used by others).