MCPcopy Index your code
hub / github.com/ipython/ipython / InspectorHookData

Class InspectorHookData

IPython/core/oinspect.py:155–162  ·  view source on GitHub ↗

Data passed to the mime hook

Source from the content-addressed store, hash-verified

153
154@dataclass
155class InspectorHookData:
156 """Data passed to the mime hook"""
157
158 obj: Any
159 info: Optional[OInfo]
160 info_dict: InfoDict
161 detail_level: int
162 omit_sections: list[str]
163
164
165@undoc

Callers 1

_get_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…