관리-도구
편집 파일: _check_docs_utils.cpython-311.pyc
� �܋f�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.6/venv/lib/python3.11/site-packages/pylint/extensions/_check_docs_utils.py�space_indentationr s'