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
/
extensions
/
__pycache__
[ HOME ]
Exec
Submit
_check_docs_utils.cpython-311.pyc
� � h�f � �( � d Z ddlmZ ddlZddlZddlmZ ddlmZ ddlm Z d.d�Z d/d�Zd0d�Zd1d�Z d2d�Zd3d�Zd4d�Z d5d6d#�Z G d$� d"� � Z G d%� d&e� � Z G d'� d(e� � Z G d)� d*e� � Z G d+� d,e� � Zeeeeed-�ZdS )7z'Utility methods for docstring checking.� )�annotationsN)�nodes)�UninferableBase)�utils�s�str�return�intc �f � t | � � t | � d� � � � z S )z�The number of leading spaces in a string. :param str s: input string :rtype: int :return: number of leading spaces � )�len�lstrip)r s �t/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/pylint/extensions/_check_docs_utils.py�space_indentationr s'