bundles / IPython 9.14.0.dev / IPython / core / history / HistoryManager / _get_range_session
function
IPython.core.history:HistoryManager._get_range_session
source: /IPython/core/history.py :908
Signature
def _get_range_session ( self , start : int = 1 , stop : Optional[int] = None , raw : bool = True , output : bool = False ) → Iterable[tuple[int, int, InOrInOut]] Summary
Get input and output history from the current session. Called by get_range, and takes similar parameters.
Aliases
-
IPython.core.history.HistoryManager._get_range_session