bundles / IPython latest / 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