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

bundles / IPython 9.10.0 / IPython / core / oinspect / Inspector / _getdef

function

IPython.core.oinspect:Inspector._getdef

source: /IPython/core/oinspect.py :419

Signature

def   _getdef ( self obj oname = '' )  →  Union[str, None]

Summary

Return the call signature for any callable object.

Extended Summary

If any exception is generated, None is returned instead and the exception is suppressed.

Aliases

  • IPython.core.oinspect.Inspector._getdef