extract_attribute_docs#

maize.utilities.utilities.extract_attribute_docs(node_type: type[Component]) dict[str, str][source]#

Extracts attribute docstrings in the style of PEP 258.

Parameters:

node_type – Node class to extract attribute docstrings from

Returns:

Dictionary of attribute name - docstring pairs

Return type:

dict[str, str]