3_ d dl mZ d dlZd dlmZ d dlmZ d dlmZ d dl m Z d dlmZ erd dl mZ G d d ej ZddZdS ) )annotationsN) TYPE_CHECKING)nodes)checkers)only_required_for_messages)HIGH)PyLinterc h e Zd ZdZdZdddZ edd dd ZddZddZ e Z ddZdS )DocStringStyleCheckerz.Checks format of docstrings based on PEP 0257.docstyle)z2Bad docstring quotes in %s, expected """, given %sbad-docstring-quotesz9Used when a docstring does not have triple double quotes.)z First line empty in %s docstringdocstring-first-line-emptyz@Used when a blank line is found at the beginning of a docstring.)C0198C0199r r nodenodes.ModulereturnNonec 2 | d| d S )Nmodule_check_docstringselfr s l/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/pylint/extensions/docstyle.pyvisit_modulez"DocStringStyleChecker.visit_module&