module documentation

Docstring checker from the basic checker.

Class DocStringChecker No class docstring; 0/2 class variable, 1/5 method documented
Constant NO_REQUIRED_DOC_RGX Undocumented
Function _infer_dunder_doc_attribute Undocumented
NO_REQUIRED_DOC_RGX = (source)

Undocumented

Value
re.compile(r'^_')
def _infer_dunder_doc_attribute(node: (nodes.Module|nodes.ClassDef)|nodes.FunctionDef) -> str|None: (source)

Undocumented