methods_to_table#

methods_to_table(obj)[source]#

Converts a methods on an object to a ReST compatible table

Parameters:
  • obj (Base) – Any object that has a methods

  • params (bool) – Indicates whether or not to include a list of parameter values in the table. Set to False for just a list of models, and True for a more verbose table with all parameter values.