Press tab to complete expressions when there's only one suggestion.
.RE
.B*Expectedparameterlist.
.RS
This displays a list of parameters for any function you call. It uses the inspect module, then tries pydoc.
.RE
.B*Rewind.
.RS
This is a bit misleading, but it code that has been entered is remembered, and when you Rewind, it pops the last line and re\-evaluates the entire code. This is error\-prone, and mostly useful for defining classes and functions.
.RE
.B*Pastebincode/writetofile.
.RS
This posts the current buffer to a pastebin (paste.pocoo.org) or writes it to a file.
.RE
.B*Flushcursesscreentostdout.
.RS
Unlike other curses apps, bpython dumps the screen data to stdout when you quit, so you see what you've done in the buffer of your terminal.
.RE
.SH OPTIONS
The long and short forms of options, shown here as alternatives, are
equivalent. If bpython sees an argument it does not know, execution falls
back to the regular Python interpreter.
.IP"\fB\-\-config=\fR\fIconfig\fR"4
.PD
Use \fIconfig\fR instead of default config file.
.IP"\fB\-h\fR"4
.PD0
.IP"\fB\-\-help\fR"4
.PD
Show the help message and exit.
.IP"\fB\-i\fR"4
.PD0
.IP"\fB\-\-interactive\fR"4
.PD
Drop to bpython shell after running \fIfile\fR instead of exiting.