|
|
|
|
|
show(self,
out=sys.stderr)
Dump the history to a file-like object (defaulting to standard output). |
source code
|
|
|
str
|
|
|
str
|
|
|
str
|
|
|
|
|
|
str
|
|
|
int
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list
|
|
|
|
|
|
|
cut_back_to(self,
index)
Cut the history back to the specified index, removing all entries
more recent than that index. |
source code
|
|
|
|
|
|
|
|
|
|
load_history_file(self,
path)
Load the history buffer with the contents of a file, completely
replacing the in-memory history with the file's contents. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|