You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / history / HistoryManager / _get_range_session

function

IPython.core.history:HistoryManager._get_range_session

source: /IPython/core/history.py :870

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