text_lint.utilities.documentation.document_module_attributes

text_lint.utilities.documentation.document_module_attributes(module_name: str, descriptions: List[str]) None[Quellcode]

Dynamically document module attributes.

Parameter:
  • module_name (str) – The name of the module to document attributes for.

  • descriptions (List[str]) – A list of descriptions corresponding to each attribute.