This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / core / interactiveshell / InteractiveShell / _ofind

function

IPython.core.interactiveshell:InteractiveShell._ofind

source: /IPython/core/interactiveshell.py :1704

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