| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python37/lib/python3.7/site-packages/__pycache__/ |
Upload File : |
B
�ўS�M � @ sv d Z ddlZddlZdgZdZG dd� de�ZG dd� de�ZG d d
� d
e �Z
G dd� de
�ZG d
d� de
�ZG dd� de�Z
G dd� de
�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�Zd!d"� Zd#d$� Zd%d&� Zd'd(� Zd)d*� Zd+d,� Zd<d.d/�Zd0d1� Zd2d3� Zd4d5� Z d6d7� Z!G d8d9� d9e"�Z#d=d;d�Z$dS )>a Pythonic command-line interface parser that will make you smile.
* http://docopt.org
* Repository and issue-tracker: https://github.com/docopt/docopt
* Licensed under terms of MIT license (see LICENSE-MIT)
* Copyright (c) 2013 Vladimir Keleshev, vladimir@keleshev.com
� N�docoptz0.6.2c @ s e Zd ZdZdS )�DocoptLanguageErrorz4Error in construction of usage-message by developer.N)�__name__�
__module__�__qualname__�__doc__� r r �7/opt/alt/python37/lib/python3.7/site-packages/docopt.pyr s r c @ s e Zd ZdZdZddd�ZdS )�
DocoptExitz;Exit in case user invoked program with incorrect arguments.� c C s t �| |d | j �� � d S )N�
)�
SystemExit�__init__�usage�strip)�self�messager r r r s zDocoptExit.__init__N)r )r r r r r r r r r r r
s r
c @ sB e Zd Zdd� Zdd� Zdd� Zddd �Zd
d� Zedd
� �Z dS )�Patternc C s t | �t |�kS )N)�repr)r �otherr r r �__eq__"