Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pylint
/
__pycache__
[ HOME ]
Exec
Submit
File Name : epylint.cpython-311.pyc
� -�Bz�Jh�� �4 � d Z ddlmZ ddlZddlZddlZddlZddlmZ ddl m Z ddlmZm Z ddlmZmZmZ ej dk rdd lmZ ndd lmZ d*d�Zd+d,d�Ze d-d.d�� � Ze d/d0d�� � Z d1d2d$�Zd3d4d(�Zed)k r e� � dS dS )5al Emacs and Flymake compatible Pylint. This script is for integration with Emacs and is compatible with Flymake mode. epylint walks out of python packages before invoking pylint. This avoids reporting import errors that occur when a module within a package uses the absolute import path to get another module within this package. For example: - Suppose a package is structured as a/__init__.py a/b/x.py a/c/y.py - Then if y.py imports x as "from a.b import x" the following produces pylint errors cd a/c; pylint y.py - The following obviously doesn't pylint a/c/y.py - As this script will be invoked by Emacs within the directory of the file we are checking we need to go out of it to avoid these false positives. You may also use py_run to run pylint with desired options and get back (or not) its output. � )�annotationsN)�Sequence)�StringIO)�PIPE�Popen)�NoReturn�TextIO�overload)� � )�Literal�return�dict[str, str]c � � t t j � � } t j � t j � � | d<