finesse.script.spec.FsigDocumenter.argument_descriptions

FsigDocumenter.argument_descriptions()[source]

The types and descriptions for each argument as parsed from the docstring.

Returns
dict

Mapping of arguments to their type and docstrings as listed in the object’s docstring. Note that the arguments may not correspond to signature argument names; numpydoc allows arguments to share docstrings so some keys may be e.g. n, m.