text_lint.utilities.documentation.document_module_attributes
- text_lint.utilities.documentation.document_module_attributes(module_name: str, descriptions: List[str]) None[source]
Dynamically document module attributes.
- Parameters:
module_name (str) – The name of the module to document attributes for.
descriptions (List[str]) – A list of descriptions corresponding to each attribute.