HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/jaraco/text/__pycache__/__init__.cpython-310.pyc
o

�N�g�6�@s"ddlZddlZddlZddlZzddlmZWn
ey%ddlZYnwddlm	Z	m
Z
dd�Zdd�ZGdd	�d	e
�Zd
d�Zdd
�Zdd�Zdd�Zdd�Ze�ed�ZGdd�de�Zd(dd�ZGdd�de�ZejZdd�ZGdd�de
�ZGd d!�d!�Z d"d#�Z!d$d%�Z"d&d'�Z#dS))�N)�	resources)�compose�method_cachecs��fdd�S)zH
    Return a function that will perform a substitution on a string
    cs|����S�N��replace��s��new�old��H/opt/saltstack/salt/lib/python3.10/site-packages/jaraco/text/__init__.py�<lambda>szsubstitution.<locals>.<lambda>r
)rrr
r
r�substitutionsrcGs t�t|�}tt|��}t|�S)z�
    Take a sequence of pairs specifying substitutions, and create
    a function that performs those substitutions.

    >>> multi_substitution(('foo', 'bar'), ('bar', 'baz'))('foo')
    'baz'
    )�	itertools�starmapr�reversed�tupler)Z
substitutionsr
r
r�multi_substitutionsrcsreZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Z�fdd
�Z	dd�Z
e�fdd��Zdd�Z
ddd�Z�ZS)�
FoldedCasea
    A case insensitive string class; behaves just like str
    except compares equal when the only variation is case.

    >>> s = FoldedCase('hello world')

    >>> s == 'Hello World'
    True

    >>> 'Hello World' == s
    True

    >>> s != 'Hello World'
    False

    >>> s.index('O')
    4

    >>> s.split('O')
    ['hell', ' w', 'rld']

    >>> sorted(map(FoldedCase, ['GAMMA', 'alpha', 'Beta']))
    ['alpha', 'Beta', 'GAMMA']

    Sequence membership is straightforward.

    >>> "Hello World" in [s]
    True
    >>> s in ["Hello World"]
    True

    You may test for set inclusion, but candidate and elements
    must both be folded.

    >>> FoldedCase("Hello World") in {s}
    True
    >>> s in {FoldedCase("Hello World")}
    True

    String inclusion works as long as the FoldedCase object
    is on the right.

    >>> "hello" in FoldedCase("Hello World")
    True

    But not if the FoldedCase object is on the left:

    >>> FoldedCase('hello') in 'Hello World'
    False

    In that case, use ``in_``:

    >>> FoldedCase('hello').in_('Hello World')
    True

    >>> FoldedCase('hello') > FoldedCase('Hello')
    False
    cCs|��|��kSr��lower��self�otherr
r
r�__lt__`�zFoldedCase.__lt__cCs|��|��kSrrrr
r
r�__gt__crzFoldedCase.__gt__cCs|��|��kSrrrr
r
r�__eq__frzFoldedCase.__eq__cCs|��|��kSrrrr
r
r�__ne__irzFoldedCase.__ne__cCst|���Sr)�hashr�rr
r
r�__hash__l�zFoldedCase.__hash__cstt|����|���Sr)�superrr�__contains__r��	__class__r
rr&oszFoldedCase.__contains__cCs|t|�vS)zDoes self appear in other?)rrr
r
r�in_rszFoldedCase.in_cstt|���Sr)r%rrr"r'r
rrw�zFoldedCase.lowercCs|���|���Sr)r�index)r�subr
r
rr+{�zFoldedCase.index� rcCs t�t�|�tj�}|�||�Sr)�re�compile�escape�I�split)rZsplitter�maxsplit�patternr
r
rr3~szFoldedCase.split)r.r)�__name__�
__module__�__qualname__�__doc__rrrr r#r&r)rrr+r3�
__classcell__r
r
r'rr$s;rcCs$z|��WdStyYdSw)z�
    Return True if the supplied value is decodable (using the default
    encoding).

    >>> is_decodable(b'\xff')
    False
    >>> is_decodable(b'\x32')
    True
    FT)�decode�UnicodeDecodeError��valuer
r
r�is_decodable�s
��r?cCst|t�o	t|�S)z�
    Return True if the value appears to be binary (that is, it's a byte
    string and isn't decodable).

    >>> is_binary(b'\xff')
    True
    >>> is_binary('\xff')
    False
    )�
isinstance�bytesr?r=r
r
r�	is_binary�s
rBcCst�|���S)z�
    Trim something like a docstring to remove the whitespace that
    is common due to indentation and formatting.

    >>> trim("\n\tfoo = bar\n\t\tbar = baz\n")
    'foo = bar\n\tbar = baz'
    )�textwrap�dedent�striprr
r
r�trim�srFcCs |��}dd�|D�}d�|�S)a
    Wrap lines of text, retaining existing newlines as
    paragraph markers.

    >>> print(wrap(lorem_ipsum))
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
    eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
    minim veniam, quis nostrud exercitation ullamco laboris nisi ut
    aliquip ex ea commodo consequat. Duis aute irure dolor in
    reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
    pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
    culpa qui officia deserunt mollit anim id est laborum.
    <BLANKLINE>
    Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam
    varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus
    magna felis sollicitudin mauris. Integer in mauris eu nibh euismod
    gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis
    risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue,
    eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas
    fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla
    a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis,
    neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing
    sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque
    nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus
    quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis,
    molestie eu, feugiat in, orci. In hac habitasse platea dictumst.
    css �|]}d�t�|��VqdS)�
N)�joinrC�wrap��.0Zparar
r
r�	<genexpr>�s�zwrap.<locals>.<genexpr>z

)�
splitlinesrH)r	�
paragraphs�wrappedr
r
rrI�s
rIcCs$t�d|�}dd�|D�}d�|�S)ad
    Given a multi-line string, return an unwrapped version.

    >>> wrapped = wrap(lorem_ipsum)
    >>> wrapped.count('\n')
    20
    >>> unwrapped = unwrap(wrapped)
    >>> unwrapped.count('\n')
    1
    >>> print(unwrapped)
    Lorem ipsum dolor sit amet, consectetur adipiscing ...
    Curabitur pretium tincidunt lacus. Nulla gravida orci ...

    z\n\n+css�|]	}|�dd�VqdS)rGr.NrrJr
r
rrL�s�zunwrap.<locals>.<genexpr>rG)r/r3rH)r	rN�cleanedr
r
r�unwrap�s
rQzLorem ipsum.txtc@s eZdZdZdd�Zdd�ZdS)�Splitterz�object that will split a string with the given arguments for each call

    >>> s = Splitter(',')
    >>> s('hello, world, this is your, master calling')
    ['hello', ' world', ' this is your', ' master calling']
    cGs
||_dSr)�args)rrSr
r
r�__init__��
zSplitter.__init__cCs|j|j�Sr)r3rS)rr	r
r
r�__call__�r$zSplitter.__call__N)r6r7r8r9rTrVr
r
r
rrR�srR�    cCs||S)z)
    >>> indent('foo')
    '    foo'
    r
)�string�prefixr
r
r�indent�srZcs�eZdZdZe�d�Zdd�Zdd�Zdd�Z	d	d
�Z
dd�Zd
d�Zdd�Z
dd�Zdd�Zdd�Z�fdd�Zdd�Zedd��Zedd��Z�ZS)�WordSeta
    Given an identifier, return the words that identifier represents,
    whether in camel case, underscore-separated, etc.

    >>> WordSet.parse("camelCase")
    ('camel', 'Case')

    >>> WordSet.parse("under_sep")
    ('under', 'sep')

    Acronyms should be retained

    >>> WordSet.parse("firstSNL")
    ('first', 'SNL')

    >>> WordSet.parse("you_and_I")
    ('you', 'and', 'I')

    >>> WordSet.parse("A simple test")
    ('A', 'simple', 'test')

    Multiple caps should not interfere with the first cap of another word.

    >>> WordSet.parse("myABCClass")
    ('my', 'ABC', 'Class')

    The result is a WordSet, so you can get the form you need.

    >>> WordSet.parse("myABCClass").underscore_separated()
    'my_ABC_Class'

    >>> WordSet.parse('a-command').camel_case()
    'ACommand'

    >>> WordSet.parse('someIdentifier').lowered().space_separated()
    'some identifier'

    Slices of the result should return another WordSet.

    >>> WordSet.parse('taken-out-of-context')[1:].underscore_separated()
    'out_of_context'

    >>> WordSet.from_class_name(WordSet()).lowered().space_separated()
    'word set'

    >>> example = WordSet.parse('figured it out')
    >>> example.headless_camel_case()
    'figuredItOut'
    >>> example.dash_separated()
    'figured-it-out'

    z ([A-Z]?[a-z]+)|([A-Z]+(?![a-z]))cC�tdd�|D��S)Ncs��|]}|��VqdSr)�
capitalize�rK�wordr
r
rrL7��z&WordSet.capitalized.<locals>.<genexpr>�r[r"r
r
r�capitalized6r-zWordSet.capitalizedcCr\)Ncsr]rrr_r
r
rrL:raz"WordSet.lowered.<locals>.<genexpr>rbr"r
r
r�lowered9r-zWordSet.loweredcCsd�|���S�N�)rHrcr"r
r
r�
camel_case<szWordSet.camel_casecCs4t|�}t|���}t�|ft|����}d�|�Sre)�iter�nextrr�chainr[rgrH)r�words�firstZ	new_wordsr
r
r�headless_camel_case?s
zWordSet.headless_camel_casecC�
d�|�S)N�_�rHr"r
r
r�underscore_separatedErUzWordSet.underscore_separatedcCrn)N�-rpr"r
r
r�dash_separatedHrUzWordSet.dash_separatedcCrn)Nr.rpr"r
r
r�space_separatedKrUzWordSet.space_separatedcCs |r|d|kr|dd�S|S)a
        Remove the item from the end of the set.

        >>> WordSet.parse('foo bar').trim_right('foo')
        ('foo', 'bar')
        >>> WordSet.parse('foo bar').trim_right('bar')
        ('foo',)
        >>> WordSet.parse('').trim_right('bar')
        ()
        ���Nr
�r�itemr
r
r�
trim_rightN� zWordSet.trim_rightcCs |r|d|kr|dd�S|S)a
        Remove the item from the beginning of the set.

        >>> WordSet.parse('foo bar').trim_left('foo')
        ('bar',)
        >>> WordSet.parse('foo bar').trim_left('bar')
        ('foo', 'bar')
        >>> WordSet.parse('').trim_left('bar')
        ()
        r�Nr
rvr
r
r�	trim_left[ryzWordSet.trim_leftcCs|�|��|�S)zK
        >>> WordSet.parse('foo bar').trim('foo')
        ('bar',)
        )r{rxrvr
r
rrFhszWordSet.trimcs&tt|��|�}t|t�rt|�}|Sr)r%r[�__getitem__r@�slice)rrw�resultr'r
rr|os
zWordSet.__getitem__cCs|�t||��Sr)r|r})r�i�jr
r
r�__getslice__vrzWordSet.__getslice__cCs|j�|�}tdd�|D��S)Ncss�|]}|�d�VqdS)rN��group�rK�matchr
r
rrL|s�z WordSet.parse.<locals>.<genexpr>)�_pattern�finditerr[)�clsZ
identifier�matchesr
r
r�parseysz
WordSet.parsecCs|�|jj�Sr)r�r(r6)r��subjectr
r
r�from_class_name~r*zWordSet.from_class_name)r6r7r8r9r/r0r�rcrdrgrmrqrsrtrxr{rFr|r��classmethodr�r�r:r
r
r'rr[�s&
5


r[cCs,t�dtj�}dd�|�|�D�}d�|�S)a�
    Remove HTML from the string `s`.

    >>> str(simple_html_strip(''))
    ''

    >>> print(simple_html_strip('A <bold>stormy</bold> day in paradise'))
    A stormy day in paradise

    >>> print(simple_html_strip('Somebody <!-- do not --> tell the truth.'))
    Somebody  tell the truth.

    >>> print(simple_html_strip('What about<br/>\nmultiple lines?'))
    What about
    multiple lines?
    z(<!--.*?-->)|(<[^>]*>)|([^<]+)css�|]
}|�d�p
dVqdS)�rfNr�r�r
r
rrL�s�z$simple_html_strip.<locals>.<genexpr>rf)r/r0�DOTALLr�rH)r	Z
html_stripperZtextsr
r
r�simple_html_strip�s
r�c@seZdZdZdZdd�ZdS)�SeparatedValuesa
    A string separated by a separator. Overrides __iter__ for getting
    the values.

    >>> list(SeparatedValues('a,b,c'))
    ['a', 'b', 'c']

    Whitespace is stripped and empty values are discarded.

    >>> list(SeparatedValues(' a,   b   , c,  '))
    ['a', 'b', 'c']
    �,cCs |�|j�}tddd�|D��S)Ncsr]r)rE)rK�partr
r
rrL�raz+SeparatedValues.__iter__.<locals>.<genexpr>)r3�	separator�filter)r�partsr
r
r�__iter__�szSeparatedValues.__iter__N)r6r7r8r9r�r�r
r
r
rr��s
r�c@s8eZdZdZdd�Zedd��Zdd�Zedd	��Z	d
S)�Strippera&
    Given a series of lines, find the common prefix and strip it from them.

    >>> lines = [
    ...     'abcdefg\n',
    ...     'abc\n',
    ...     'abcde\n',
    ... ]
    >>> res = Stripper.strip_prefix(lines)
    >>> res.prefix
    'abc'
    >>> list(res.lines)
    ['defg\n', '\n', 'de\n']

    If no prefix is common, nothing should be stripped.

    >>> lines = [
    ...     'abcd\n',
    ...     '1234\n',
    ... ]
    >>> res = Stripper.strip_prefix(lines)
    >>> res.prefix = ''
    >>> list(res.lines)
    ['abcd\n', '1234\n']
    cCs||_t||�|_dSr)rY�map�lines)rrYr�r
r
rrT�szStripper.__init__cCs&t�|�\}}t�|j|�}|||�Sr)r�tee�	functools�reduce�
common_prefix)r�r�Zprefix_linesrYr
r
r�strip_prefix�s
zStripper.strip_prefixcCs |js|S|�|j�\}}}|Sr)rY�	partition)r�line�nullrY�restr
r
rrV�szStripper.__call__cCsVtt|�t|��}|d|�|d|�kr%|d8}|d|�|d|�ks|d|�S)z8
        Return the common prefix of two lines.
        Nrz)�min�len)�s1�s2r+r
r
rr��s
�zStripper.common_prefixN)
r6r7r8r9rTr�r�rV�staticmethodr�r
r
r
rr��s
r�cCs|�|�\}}}|S)z�
    Remove the prefix from the text if it exists.

    >>> remove_prefix('underwhelming performance', 'underwhelming ')
    'performance'

    >>> remove_prefix('something special', 'sample')
    'something special'
    )�
rpartition)�textrYr�r�r
r
r�
remove_prefix��
r�cCs|�|�\}}}|S)z�
    Remove the suffix from the text if it exists.

    >>> remove_suffix('name.git', '.git')
    'name'

    >>> remove_suffix('something special', 'sample')
    'something special'
    )r�)r��suffixr�r�r
r
r�
remove_suffix�r�r�cCs gd�}d�|�}t�|d|�S)a	
    Replace alternate newlines with the canonical newline.

    >>> normalize_newlines('Lorem Ipsum\u2029')
    'Lorem Ipsum\n'
    >>> normalize_newlines('Lorem Ipsum\r\n')
    'Lorem Ipsum\n'
    >>> normalize_newlines('Lorem Ipsum\x85')
    'Lorem Ipsum\n'
    )z
�
rG�…u
u
�|rG)rHr/r,)r��newlinesr5r
r
r�normalize_newliness
r�)rW)$r/rrCr��	importlibr�ImportErrorZimportlib_resourcesZjaraco.functoolsrrrr�strrr?rBrFrIrQ�	read_textr6Zlorem_ipsum�objectrRrZrr[r�rkr�r�r�r�r�r�r
r
r
r�<module>s<�_
!
6