bundles / IPython 9.11.0 / IPython / core / magics / namespace / NamespaceMagics / pdef
function
IPython.core.magics.namespace:NamespaceMagics.pdef
Signature
def pdef ( self , parameter_s = '' , namespaces = None ) Summary
Print the call signature for any callable object.
Extended Summary
If the object is a class, print the constructor information.
Examples
:: In [3]: %pdef urllib.urlopen urllib.urlopen(url, data=None, proxies=None)Aliases
-
IPython.core.magics.NamespaceMagics.pdef