IPython Documentation

Table Of Contents

Previous topic

Module: utils.process

Next topic

Module: utils.signatures

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

Module: utils.rlineimpl

Imports and provides the ‘correct’ version of readline for the platform.

Readline is used throughout IPython as:

import IPython.utils.rlineimpl as readline

In addition to normal readline stuff, this module provides have_readline boolean and _outputfile variable used in IPython.utils.

1 Function

IPython.utils.rlineimpl.clear_history() → None

Clear the current readline history.