Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pylint/utils/__pycache__/pragma_parser.cpython-39.pyc
Ðазад
a n�h� � @ s� d dl mZ d dlZd dlmZ d dlmZ dZe�eej �Z G dd� de�Zed�Z ed �Zd �ee eB edd��Zd ded�d�fdddgZd �dd� eD ��Zdddd�dd�ZG dd� de�ZG dd� de�ZG dd � d e�Zdd!d"�d#d$�ZdS )%� )�annotationsN)� Generator)� NamedTuplea� (?:^\s*\#.*|\s*| # Comment line, or whitespaces, \s*\#.*(?=\#.*?\bpylint:)) # or a beginning of an inline comment # followed by "pylint:" pragma (\# # Beginning of comment .*? # Anything (as little as possible) \bpylint: # pylint word and column \s* # Any number of whitespaces ([^;#\n]+)) # Anything except semicolon or hash or # newline (it is the second matched group) # and end of the first matched group [;#]{0,1} # From 0 to 1 repetition of semicolon or hash c @ s e Zd ZU ded<