Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pylint/extensions/__pycache__/docstyle.cpython-39.pyc
Ðазад
a n�h� � @ s� d dl mZ d dlZd dlmZ d dlmZ d dlmZ d dl m Z d dlmZ er`d dl mZ G d d � d ej�Zddd �dd�ZdS )� )�annotationsN)� TYPE_CHECKING)�nodes)�checkers)�only_required_for_messages)�HIGH)�PyLinterc @ sn e Zd ZdZdZddd�Zedd�dd d �dd��Zd d d �dd�Zdd d �dd�Z e Z ddd d�dd�ZdS )�DocStringStyleCheckerz.Checks format of docstrings based on PEP 0257.Zdocstyle)z2Bad docstring quotes in %s, expected """, given %s�bad-docstring-quotesz9Used when a docstring does not have triple double quotes.)z First line empty in %s docstring�docstring-first-line-emptyz@Used when a blank line is found at the beginning of a docstring.)ZC0198ZC0199r r znodes.Module�None)�node�returnc C s | � d|� d S )N�module��_check_docstring��selfr � r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pylint/extensions/docstyle.py�visit_module&