bundles / IPython 9.11.0 / IPython / core / history / HistoryManager / store_output
function
IPython.core.history:HistoryManager.store_output
source: /IPython/core/history.py :1019
Signature
def store_output ( self , line_num : int ) → None Summary
If database output logging is enabled, this saves all the outputs from the indicated prompt number to the database. It's called by run_cell after code has been executed.
Parameters
line_num: intThe line number from which to save outputs
Aliases
-
IPython.core.history.HistoryManager.store_output