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

bundles / IPython 9.5.0 / IPython / core / tbtools / FrameInfo

class

IPython.core.tbtools:FrameInfo

source: /IPython/core/tbtools.py :283

Signature

class   FrameInfo ( description : Optional[str] filename : str lineno : int frame : Any code : Optional[types.CodeType] * sd : Any = None context : int | None = None )

Members

Summary

Mirror of stack data's FrameInfo, but so that we can bypass highlighting on really long frames.

Aliases

  • IPython.core.doctb.FrameInfo