list_functions
- sherpa.astro.ui.list_functions(outfile=None, clobber=False) None
Display the functions provided by Sherpa.
Unlike the other
list_xxxcommands, this does not return an array. Instead it acts like theshow_xxxfamily of commands.- Parameters:
- outfile
str,optional If not given the results are displayed to the screen, otherwise it is taken to be the name of the file to write the results to.
- clobberbool,
optional If
outfileis notNone, then this flag controls whether an existing file can be overwritten (True) or if it raises an exception (False, the default setting).
- outfile
- Raises:
sherpa.utils.err.IOErrIf
outfilealready exists andclobberisFalse.
See also
get_functionsReturn the functions provided by Sherpa.
show_allReport the current state of the Sherpa session.