bundles / IPython 9.12.0 / IPython / core / interactiveshell / InteractiveShell / _ofind
function
IPython.core.interactiveshell:InteractiveShell._ofind
Signature
def _ofind ( self , oname : str , namespaces : Optional[Sequence[Tuple[str, AnyType]]] = None ) → OInfo Summary
Find an object in the available namespaces.
Returns
: OInfo with fields:ismagic
isalias
found
obj
namespac
parent
: Has special code to detect magic functions.
Aliases
-
IPython.InteractiveShell._ofind