bundles / IPython latest / IPython / core / magics / namespace / NamespaceMagics / pdoc
function
IPython.core.magics.namespace:NamespaceMagics.pdoc
Signature
def pdoc ( self , parameter_s = '' , namespaces = None ) Summary
Print the docstring for an object.
Extended Summary
If the given object is a class, it will print both the class and the constructor docstrings.
Aliases
-
IPython.core.magics.NamespaceMagics.pdoc