Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.46 KB

help.rst

File metadata and controls

31 lines (23 loc) · 1.46 KB

:func:`help` -- Built-in method to provide helpful information

.. function:: help(object=None)

  Prints a help method about the given object. When ``object`` is none,
  prints general port information.