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

bundles / IPython 9.3.0 / IPython / core / oinspect / Inspector / pdef

function

IPython.core.oinspect:Inspector.pdef

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

Signature

def   pdef ( self obj oname = '' )

Summary

Print the call signature for any callable object.

Extended Summary

If the object is a class, print the constructor information.

Aliases

  • IPython.core.oinspect.Inspector.pdef