finesse.script.adapter.NumpyStyleDocstringGetterMixin.docstring

property NumpyStyleDocstringGetterMixin.docstring

The Python API item’s docstring.

Note: unlike inspect.getdoc(), this method returns only the docstring directly defined in doc_type, rather than taking the inherited docstring if not found. If no docstring is defined, None is returned.