Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
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__"