lisa.utils.show_doc#

lisa.utils.show_doc(obj, iframe=False)[source]#

Show the online LISA documentation about the given object.

Parameters:
  • obj (object) – Object to show the doc of. It can be anything, including instances.

  • iframe (bool) – If True, uses an IFrame, otherwise opens a web browser.