403Webshell
Server IP : 178.105.222.151  /  Your IP : 216.73.216.38
Web Server : nginx/1.28.3
System : Linux MNK 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/python3.14/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.14/__pycache__/getopt.cpython-314.pyc
+
��3j� ���Rt.ROt^RIt^RIHt!RR]4t]t.3Rlt	.3Rlt
RtR	tR
t
Rt]R8Xd*^RIt]!]	!]P$R
,RRR.44R#R# ]d
Rt]tALfi;i)a�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.
�GetoptErrorN)�gettextc��V#�N�)�messages&�/usr/lib/python3.14/getopt.pyrr&s����c�8a�]tRt^,toRtRtRRltRtRtVt	R#)r�c�J�WnW n\PWV4R#r)�msg�opt�	Exception�__init__)�selfr
rs&&&rr�GetoptError.__init__/s���������4�c�*r	c��VP#r)r
)rs&r�__str__�GetoptError.__str__4s���x�x�r	)r
rN)r)
�__name__�
__module__�__qualname__�__firstlineno__rr
rr�__static_attributes__�__classdictcell__)�
__classdict__s@rrr,s����
�C�
�C�+�
�r	c���.p\V\4'dV.pM\V4pV'd�V^,PR4'd�V^,R8wd�V^,R8XdVR,pW03#V^,PR4'd&\	W0^,R,W R,4wr0K�\W0^,R,WR,4wr0K�W03#)a�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 and options that accept an optional argument followed by
two colons (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
('=').  Options which accept an optional argument should be
followed by an equal sign and question mark ('=?').

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.

�-�--��NN��NN)�
isinstance�str�list�
startswith�do_longs�	do_shorts)�args�	shortopts�longopts�optss&&& r�getoptr.9s���:�D��(�C� � ��:����>��
�4��7�%�%�c�*�*�t�A�w�#�~���7�d�?���8�D���:����7���d�#�#�!�$�Q����X�B�x�H�J�D�$�"�4�a����i�b��J�J�D�$��:�r	c��.p.p\V\4'dV.pM\V4pRpVPR4'dVR,pRpRpMMVPR4'd
VR,pRpM*\P
P
R4'dRpMRpV'Ed&V^,R8XdW@R,,
pW43#V^,R,R8XdKV'dV'dVPR	V34.p\W0^,R
,W R,4wr0K�V^,R,R8XdYV^,R8wdKV'dV'dVPR	V34.p\W0^,R,WR,4wr0K�V'd
W@,
pW43#VPV^,4VR,pEK.W43#)a�getopt(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.

Frr T�+�POSIXLY_CORRECTr:Nr#NNr":Nr!N)
r$r%r&r'�os�environ�get�appendr(r))r*r+r,r-�	prog_args�return_in_order�all_options_firsts&&&    r�
gnu_getoptr9fs����D��I��(�C� � ��:����>���O����C� � ��b�M�	�!����	�	�	�c�	"�	"��b�M�	� ��	�����)�	*�	*� ��!��
�$���7�d�?��b��!�I��(�?��%��7�2�;�$���9����T�9�-�.��	�!�$�Q����X�B�x�H�J�D�$�
�!�W�R�[�C�
�D��G�s�N��9����T�9�-�.��	�"�4�a����i�b��J�J�D�$� ��!�	��
�?��� � ��a��)��B�x���?�r	c��VPR4pVRVW^,RrQ\W4wraV'dBVf=VR8wd6V'g\\	R4V,V4hV^,VR,r5M Ve\\	R4V,V4hTPRV,T;'gR34W3# \dRpL�i;i)�=N�?zoption --%s requires argumentr z%option --%s must not have an argumentrr)�index�
ValueError�
long_has_argsr�_r5)r-rr,r*�i�optarg�has_args&&&&   rr(r(�s���)��I�I�c�N���"�1�g�s�Q�3�4�y�V� ��/�L�G���>�g��n��!�!�$C�"D�s�"J�C�P�P���7�D��H�D��	�	��!�C�D�s�J�C�P�P��K�K����V�\�\�r�*�+��:��������s�B?�?
C�Cc�0�VUu.uFq"PV4'gKVNK	ppV'g\\R4V,V4hW9dRV3#VR,V9dRV3#VR,V9dRV3#\V4^8�d.\\R4VRP	V43,V4h\V4^8XgQhV^,pVPR4'dRVRR	3#VPR4pV'dVRR
pWT3#uupi)zoption --%s not recognizedFr;Tz=?r<z5option --%s not a unique prefix; possible options: %sz, N������)r'rr@�len�join�endswith)rr,�o�
possibilities�unique_matchrCs&&    rr?r?�s"�� (�>��1�L�L��,=�Q�Q��M�>���!�8�9�C�?��E�E�
���c�z��	�s��m�	#��S�y��	�t��}�	$��C�x��
�=��A���
�E�F��D�I�I�m�,�-�
.��
�	
�
�}���"�"�"� ��#�L����T�"�"��L��"�%�%�%��#�#�C�(�G��#�C�R�(��� � ��1?s
�D�Dc�(�VR8wd�V^,VR,r\WB4pV'dHVR8Xd=VR8wd6V'g\\R4V,V4hV^,VR,r1TRrMRpVPRV,V34K�W3#)rr r<zoption -%s requires argumentr)�
short_has_argrr@r5)r-�	optstringr+r*rrCrBs&&&&   rr)r)�s���
�r�/�"�1��y��}�Y���/����B��7�c�>��%�a�(F�&G�#�&M�&)�+�+�"&�q�'�4��8�4� )�2�I��F����S�3�Y��'�(��:�r	c�0�\\V44FcpWV,u;8Xd
R8wgKMKVPRV^,4'gR#VPRV^,4'dR#R#	\\	R4V,V4h)�:Fz::r<Tzoption -%s not recognized)�rangerGr'rr@)rr+rAs&& rrNrN�sx��
�3�y�>�
"���A�,�%�#�%�%��'�'��Q�q�S�1�1���#�#�D�!�A�#�.�.���
#��a�3�4�s�:�C�
@�@r	�__main__r za:bzalpha=�beta)r�errorr.r9)�__doc__�__all__r2rr@�ImportErrorrrrUr.r9r(r?r)rNr�sys�print�argvrr	r�<module>r\s����:8��	��$�	�)�	�	��')�+�Z,.�;�z�,!�6� A��z���	�&����"��u�x��&8�
9�:���W����A��
�s�A)�)
A9�8A9

Youez - 2016 - github.com/yon3zu
LinuXploit