finesse.script.adapter.BaseAdapter.docobj_type

property BaseAdapter.docobj_type

Type to use to get the Python object’s docstring.

Getter

Returns the type to be used to retrieve the Python object’s docstring.

Notes

This assumes that classes contain the documentation for the __init__ method, in line with the Numpydoc convention.