Show More
@@ -33,8 +33,10 b' from IPython.utils.warn import warn' | |||||
33 | #----------------------------------------------------------------------------- |
|
33 | #----------------------------------------------------------------------------- | |
34 |
|
34 | |||
35 | class HistoryAccessor(Configurable): |
|
35 | class HistoryAccessor(Configurable): | |
36 |
"""Access the history database without adding to it. |
|
36 | """Access the history database without adding to it. | |
37 | history tools.""" |
|
37 | ||
|
38 | This is intended for use by standalone history tools. IPython shells use | |||
|
39 | HistoryManager, below, which is a subclass of this.""" | |||
38 | # String holding the path to the history file |
|
40 | # String holding the path to the history file | |
39 | hist_file = Unicode(config=True) |
|
41 | hist_file = Unicode(config=True) | |
40 |
|
42 |
General Comments 0
You need to be logged in to leave comments.
Login now