IPython Documentation

Table Of Contents

Previous topic

Module: core.history

Next topic

Module: core.hooks

This Page

Module: core.historyapp

An application for managing IPython history.

To be invoked as the ipython history subcommand.

2 Classes

class IPython.core.historyapp.HistoryTrim(**kwargs)

Bases: IPython.core.application.BaseIPythonApplication

backup

A boolean (True, False) trait.

flags

An instance of a Python dict.

keep

An int trait.

class IPython.core.historyapp.HistoryApp(**kwargs)

Bases: IPython.config.application.Application

subcommands

An instance of a Python dict.