bundles / IPython 9.11.0 / IPython / core / oinspect / Inspector / pdef
function
IPython.core.oinspect:Inspector.pdef
source: /IPython/core/oinspect.py :460
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