Check if the given element has a well-formed docstring.
DocTest
ABCMeta
Method summary
test
Test the given definition.
Definitions
definition (APIDefinition) – the definition to test
APIDefinition
Union[None, str, list[str]]
Union
None
str
list
an error test or list of error texts if the definition failed; None or an empty list if successful
previous
pytools.api.doc.HasTypeHints
next
pytools.api.doc.ModuleDefinition