403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python315/Lib/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python315/Lib/__pycache__/optparse.cpython-315.opt-1.pyc
R
>lqj��c
��Qs,Q,NsQs]PHs]PHs]QHGsGsQsQQ	\	2s
QQ
\
2sQQ\2sQQ\
2s
QQ
\
2sQQ\2sQQ2sQQ\2sQQ\2sQsQs\Q\\Q21Q\\Q21Q \\Q!21Q"\\Q"21-2sQ#sQ$sQ-sQ%Q2sQ.sQ/sQ&Q2sQ'Q2s Q(Q\ 2s!Q)Q\ 2s"Q*s#\s$Q+s%P!)0a�A powerful, extensible, and easy-to-use option parser.

By Greg Ward <gward@python.net>

Originally distributed as Optik.

For support, use the optik-users@lists.sourceforge.net mailing list
(http://lists.sourceforge.net/lists/listinfo/optik-users).

Simple usage example:

   from optparse import OptionParser

   parser = OptionParser()
   parser.add_option("-f", "--file", dest="filename",
                     help="write report to FILE", metavar="FILE")
   parser.add_option("-q", "--quiet",
                     action="store_false", dest="verbose", default=True,
                     help="don't print status messages to stdout")

   (options, args) = parser.parse_args()
�Option�Values�OptionContainer�OptionGroup�OptionParser�
HelpFormatter�IndentedHelpFormatter�TitledHelpFormatter�
OptParseError�OptionError�OptionConflictError�OptionValueError�BadOptionErrora
Copyright (c) 2001-2006 Gregory P. Ward.  All rights reserved.
Copyright (c) 2002 Python Software Foundation.  All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

  * Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.

  * Neither the name of the author nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
)�gettext�ngettextc�V�QUOO[U2U1*!)z<%s at 0x%x: %s>)�	__class__�__name__�id��selfs&�C:\Python315\\Lib\optparse.py�_reprrNs"������!8�!8�"�T�(�D� I�I�I�c�.`�\sQs]YsnQsQsQsUsP!)r	c��VmP!�N��msg�rrs&&r�__init__�OptParseError.__init__Zs���rc��UO!rrrs&r�__str__�OptParseError.__str__]s���x�x�rr)r�
__module__�__qualname__�__firstlineno__rr"�__static_attributes__�__classdictcell__��
__classdict__s@rr	r	Ys������rc�2`�\sQs]asnQsQsQsQsUsP!)r
zQ
Raised if an Option instance is created with invalid or
inconsistent arguments.
c�4�Vm[U2UmP!r)r�str�	option_id)rr�options&&&rr�OptionError.__init__gs�����V���rc�|�UO%cQUO8QUO80!UO!)zoption z: )r.rrs&rr"�OptionError.__str__ks'���>�>�>�&*�n�n�d�h�h�?�?��8�8�Or)rr.�	rr$r%r&�__doc__rr"r'r(r)s@rr
r
as�����
%��rc��\sQs]qsQsQsP!)rz=
Raised if conflicting options are added to an OptionParser.
��rr$r%r&r4r'r6rrrrqs��rc��\sQs]vsQsQsP!)rzG
Raised if an invalid option value is encountered on the command
line.
r6r7r6rrrrvs��rc�2`�\sQs]|snQsQsQsQsUsP!)r
z:
Raised if an invalid option is seen on the command line.
c��VmP!r��opt_str�rr<s&&rr�BadOptionError.__init__�s���rc�<�[Q2UO*!)zno such option: %s)�_r<rs&rr"�BadOptionError.__str__�s���%�&����5�5rr;r3r)s@rr
r
|s������6�6rc�2`�\sQs]�snQsQsQsQsUsP!)�AmbiguousOptionErrorz<
Raised if an ambiguous option is seen on the command line.
c�>�[OV2V mP!r)r
r�
possibilities)rr<rEs&&&rr�AmbiguousOptionError.__init__�s������.�*�rc�r�[Q2UOQOUO21*!)zambiguous option: %s (%s?)�, )r@r<�joinrErs&rr"�AmbiguousOptionError.__str__�s2���.�/��<�<����4�+=�+=�!>�?�@�	Ar)rEr3r)s@rrCrC�s�����+�A�ArrCc�`�\sQs]�snQsQsQsQsQsQs	Qs
QsQ	sQ
s
QsQsQ
sQsQsQsQsQsUsP!)ra5
Abstract base class for formatting option help.  OptionParser
instances should use one of the HelpFormatter subclasses for
formatting help; by default IndentedHelpFormatter is used.

Instance attributes:
  parser : OptionParser
    the controlling OptionParser instance
  indent_increment : int
    the number of columns to indent per nesting level
  max_help_position : int
    the maximum starting column for option help text
  help_position : int
    the calculated starting column for option help text;
    initially the same as the maximum
  width : int
    total number of columns for output (pass None to constructor for
    this value to be taken from the $COLUMNS environment variable)
  level : int
    current indentation level
  current_indent : int
    current indentation level (in columns)
  help_width : int
    number of columns available for option help text (calculated)
  default_tag : str
    text to replace with each option's default value, "%default"
    by default.  Set to false value to disable default value expansion.
  option_strings : { Option : str }
    maps Option instances to the snippet of help text explaining
    the syntax of that option, e.g. "-h, --help" or
    "-fFILE, --file=FILE"
  _short_opt_fmt : str
    format string controlling how short options with values are
    printed in help text.  Must be either "%s%s" ("-fFILE") or
    "%s %s" ("-f FILE"), because those are the two syntaxes that
    Optik supports.
  _long_opt_fmt : str
    similar but for long options; must be either "%s %s" ("--file FILE")
    or "%s=%s" ("--file=FILE").
�nonec��PUmVmUe+[[OQ*2oU]*oV0m[U[U]*
U]*229Um
Um]Um]Um
PUmV@mQUm-UmQUmQUmP![
[1c]PoK�h9h)N�COLUMNSz%defaultz%s %sz%s=%s)�parser�indent_increment�int�os�environ�KeyError�
ValueError�width�min�max�
help_position�max_help_position�current_indent�level�
help_width�short_first�default_tag�option_strings�_short_opt_fmt�
_long_opt_fmt�rrPrZrVr^s&&&&&rr�HelpFormatter.__init__�s���
��� 0���=�
��B�J�J�y�1�2��
�Q�J�E��
��%�s�5�2�:�7G�!�7K�'L�M�	N���T�3������
����&��%��� ���%���$�����j�)�
���
�s� B,�,C�<C�Cc��VmP!r)rO�rrOs&&r�
set_parser�HelpFormatter.set_parser�s���rc�d�UQ7c[QU*2gQU*Q*UmP!)�z/invalid metavar delimiter for short options: %r�%s)rj� )rUra�r�delims&&r�set_short_opt_delimiter�%HelpFormatter.set_short_opt_delimiter�s2���	�!��A�E�I�K�
K�"�U�l�T�1��rc�d�UQ7c[QU*2gQU*Q*UmP!)�=z.invalid metavar delimiter for long options: %rrk)rrrl)rUrbrms&&r�set_long_opt_delimiter�$HelpFormatter.set_long_opt_delimiter�s2���
�"��@�5�H�J�
J�!�E�\�D�0��rc��U9OUO*
tmU9O]*
tmP!���r[rPr\rs&r�indent�HelpFormatter.indent�s&�����t�4�4�4���
�
�a��
rc��U9OUO*tmU9O]*tmP!rvrxrs&r�dedent�HelpFormatter.dedent�s&�����t�4�4�4���
�
�a��
rc��[Q2g�zsubclasses must implement��NotImplementedError�r�usages&&r�format_usage�HelpFormatter.format_usage����!�"=�>�>rc��[Q2grr��r�headings&&r�format_heading�HelpFormatter.format_heading�r�rc��]PHo[UOUO*
]2oQUO*oUO	UUUUQ5!)zi
Format a paragraph of free-form text for inclusion in the
help output at the current indentation level.
rl)�initial_indent�subsequent_indent)�textwraprXrVr[�fill)r�textr��
text_widthrys&&   r�_format_text�HelpFormatter._format_text�sS��
	�����d�&9�&9�9�2�>�
��T�(�(�(���}�}�T�'�,2�/5��7�	7rc�H�U%cUOU2Q*!P!��
�r��r�descriptions&&r�format_description� HelpFormatter.format_descriptions����$�$�[�1�D�8�8�rc�V�U%c QUOU2*Q*!P!r�r�)r�epilogs&&r�
format_epilog�HelpFormatter.format_epilog
s#����$�+�+�F�3�3�d�:�:�rc�L�UOdUO%f
UO!UOOO	UO
2oU[IfUe
UOoUOOUO[U22!r)
rOr_�help�defaults�get�dest�
NO_DEFAULT�NO_DEFAULT_VALUE�replacer-)rr/�
default_values&& r�expand_default�HelpFormatter.expand_defaultsy���;�;��d�&6�&6�&6��;�;�����,�,�0�0����=�
��J�&�-�*?� �1�1�M��{�{�"�"�4�#3�#3�S��5G�H�Hrc
���,oUOU*oUOUO*
]*
o[U2U6�c$QUOPU1*oUOoLQUOPVC1*o]oUO	U2UO
%c�]PHoUOU2oUOVpO2oUO	QUPU]*1*2SOUQ*T	t,tFDo	QUOPU	1*MJ	to	2LUP*Q6wcUO	Q2POU2!tto	h)�z%*s%s
z	%*s%-*s  �rwNNr�)r`rYr[�len�appendr�r�r��wrapr]�extendrI)
rr/�result�opts�	opt_width�indent_firstr��	help_text�
help_lines�lines
&&        r�
format_option�HelpFormatter.format_options?�����"�"�6�*���&�&��)<�)<�<�q�@�	��t�9�y� ��� 3� 3�R��>�>�D��-�-�L��$�"5�"5�r�9�!K�K�D��L��
�
�d���;�;�;���+�+�F�3�I�!���y�/�/�B�J��M�M�)�|�R��A��&G�G�H��M�M�'1�"�~�7�'5�t�%��(:�(:�B��'E�E�E�'5�7�
8�
�"�X��
��M�M�$���w�w�v����	7s�!E)c
��UO2]oUOFDHoUOU2oV@OU$[	U[U2UO*2oJJ	UO2UOFD\oUOFDHoUOU2oV@OU$[	U[U2UO*2oJJ	J^	UO2UO2[U]*UO2Um[	UOUO*
]2Um
P!��)ry�option_list�format_option_stringsr`rXr�r[�
option_groupsr|rWrZrYrVr])rrO�max_len�opt�strings�groups&&    r�store_option_strings�"HelpFormatter.store_option_strings?s�����
����%�%�C��0�0��5�G�'.����$��'�3�w�<�$�2E�2E�#E�F�G�&�	
���
��)�)�E��(�(���4�4�S�9��+2�#�#�C�(��g�s�7�|�d�6I�6I�'I�J��)�*�
	
���
����
� ��1��d�.D�.D�E����d�j�j�4�+=�+=�=�r�B��rc���UO2%c�UO9%fUOO2oUOTt,tFDoUO
V21*MJ	ooUOTt,tFDoUOVR1*MJ	ooLUOoUOoUO%c
VF*oLVd*oQOU2!ttohttoh)z@Return a comma-separated list of option strings & metavariables.rH)
�takes_value�metavarr��upper�_short_optsra�
_long_optsrbr^rI)rr/r��sopt�
short_opts�lopt�	long_optsr�s&&      rr��#HelpFormatter.format_option_stringsQs���������n�n�;�;����(9�(9�(;�G�&,�&8�&8�:�&8�d��-�-���?�?�&8�
�:�&,�%6�%6�8�%6�T��+�+�t�o�=�=�%6�
�8�I� �+�+�J��)�)�I������)�D��)�D��y�y�����:��8s�C/�C4)
rbrar[r_rYr]rPr\rZr`rOr^rV)rr$r%r&r4r�rrgrorsryr|r�r�r�r�r�r�r�r�r�r'r(r)s@rrr�sf����'�R��%�2�2�1���
?�?�7���I�"�HC�$�rc�<`�\sQsQsnQsQQksQsQsQsUs	P!)r�dz.Format help with indented section bodies.
    c�6�[OVV#U2P!r�rrrcs&&&&&rr�IndentedHelpFormatter.__init__h���
	����$5�k�	Krc�(�[Q2U*!)z
Usage: %s
)r@r�s&&rr��"IndentedHelpFormatter.format_usageps�����%�'�'rc�0�QUOPU1*!)z%*s%s:
)r[r�s&&rr��$IndentedHelpFormatter.format_headingss���T�0�0�"�g�>�>�>rr6)r��Nrw�
rr$r%r&r4rr�r�r'r(r)s@rrrds�����K�(�?�?rc�<`�\sQsQsnQsQQksQsQsQsUs	P!)r�wz1Format help with underlined section headers.
    c�6�[OVV#U2P!rr�rcs&&&&&rr�TitledHelpFormatter.__init__{r�rc�H�UO[Q228QU8Q0!)�Usagez  r�)r�r@r�s&&rr�� TitledHelpFormatter.format_usage�s��!�0�0��7��<�e�D�Drc�Z�U8QQUO*[U2*8Q0!)r�z=-)r\r�r�s&&rr��"TitledHelpFormatter.format_heading�s"��$�d�4�:�:�&6��W��&E�&E�F�Frr6)r�r�Nr�r�r)s@rrrws"�����K�E�G�Grc���UQ*O2Q6Xc]oLEUQ*O2Q6Xc]oUQ*9%fQoLUQ*Q6Xc]oL]
oUV2!):Nr�N�0x�0b�r�NN�0�NrwN)�lower)�val�type�radixs&& r�
_parse_numr��s_��
�2�w�}�}��$����	�R�����D�	 ����"�g�n�n���	�R��C���������rc�$�[U[2!r)r�rQ)r�s&r�
_parse_intr��s���c�3��rrQ�integer�long�floatzfloating-point�complexc��[UO*vq4UU2![c[[	Q2XS1*2gh9h)zoption %s: invalid %s value: %r)�_builtin_cvtr�rUrr@)r/r��value�cvt�whats&&&  r�
check_builtinr��sU���v�{�{�+�K�S�G��5�z����G��
�/�0�C�u�3E�E�G�	G�G�s�$�	A
�A
c��V O7cU!QO[[UO22o[	[Q2VU1*2g)rHz.option %s: invalid choice: %r (choose from %s))�choicesrI�map�reprrr@)r/r�r�rs&&& r�check_choicer�sM���������)�)�C��f�n�n�5�6���
�>�?��7�#�
$�%�	%rc
��`�\sQsQsnQs,QNsQsQsQsQs	Q s
Q!sQ\Q\Q\Q\Q\
-sPsQsQ	sQ
sQsQsQ
sQsQsQsQsQs\\\\\\\,sQs\sQsQsQs Qs!Qs"Qs#Qs$Us%P!)"r�a2
Instance attributes:
  _short_opts : [string]
  _long_opts : [string]

  action : string
  type : string
  dest : string
  default : any
  nargs : int
  const : any
  choices : [string]
  callback : function
  callback_args : (any*)
  callback_kwargs : { string : any }
  help : string
  metavar : string
rQr�r�r��choicec���,Um,UmUOU2oUOU2UO	U2UO
FDoUU2J
	P!r)r�r��_check_opt_strings�_set_opt_strings�
_set_attrs�
CHECK_METHODS)rr��attrs�checkers&*, rr�Option.__init__*sX���������&�&�t�,�����d�#�	
������)�)�G��D�M�*rc�n�STt,tFDp"%fJUMJ	ooU%f[Q2gU!ttoh)z+at least one option string must be supplied)�	TypeError�rr�r�s&& rr�Option._check_opt_strings=s5�� $�+�t��s���t��+���I�J�J����,s�2�2c��SFD�o[U2]6c[QU*U2g[U2]6XcMU]*Q6XcU]*Q6wf[QU*U2gUOOU2J�UQ*Q6XcU]*Q6wf[QU*U2gUOOU2J�	P!)r�z>invalid option string %r: must be at least two characters long�-zMinvalid short option string %r: must be of the form -x, (x any non-dash char)�r�r�N�--zGinvalid long option string %r: must start with --, followed by non-dash)r�r
r�r�r�rs&& rr	�Option._set_opt_stringsFs����C��3�x�!�|�!�;�=@�A�BF�H�H��S��Q���A��#�
�#�a�&�C�-�%�H�JM�N����� � �'�'��,��C��D�(�S��V�s�]�%�C�EH�I�������&�&�s�+�%rc�8�UOFDDoV!7c[VV*2VJUQ6Xc[V[2J8[VP2JF	U%c<[UO	22o[QQO
U2*U2gP!)�defaultzinvalid keyword arguments: %srH)�ATTRS�setattrr��sorted�keysr
rI)rr�attrs&& rr
�Option._set_attrs[s}���J�J�D��}���E�K�0��K��9�$��D�
�3��D��-����5�:�:�<�(�E��/�$�)�)�E�2B�B���
�rc��UOe
QUmP!UOUO7c[QUO*U2gP!)N�storezinvalid action: %r)�action�ACTIONSr
rs&r�
_check_action�Option._check_actionns?���;�;��!�D�K�
�[�[����
,��2�T�[�[�@�$�G�G�-rc�$�UOe>UOUO7c!UOd
QUmP!QUmP!P![	UO[2%cUOO
UmUOQ6XcQUmUOUO7c[QUO*U2gUOUO7c[QUO*U2gP!)Nr�stringr-zinvalid option type: %rz$must not supply a type for action %r)	r�r"�ALWAYS_TYPED_ACTIONSr�
isinstancer�TYPESr
�
TYPED_ACTIONSrs&r�_check_type�Option._check_typets����9�9���{�{�d�7�7�7��<�<�+� (�D�I�!)�D�I�
8��$�)�)�T�*�*� �I�I�.�.��	��y�y�E�!�$��	��y�y��
�
�*�!�";�d�i�i�"G��N�N��{�{�$�"4�"4�4�!�:�T�[�[�H�$�P�P�5rc��UOQ6Xc�UOe
[QU2g[UO[[
12%fF[Q[
[UO22OQ2]**U2gP!UOd[QUO*U2gP!)rz/must supply a list of choices for type 'choice'z1choices must be a list of strings ('%s' supplied)�'z#must not supply choices for type %r)r�rr
r)�tuple�listr-�splitrs&r�
_check_choice�Option._check_choice�s����9�9�� ��|�|�#�!�E�t�M�M�����u�d�m�<�<�!�G��$�t�|�|�,�-�3�3�C�8��;�<�=A�C�C�=��\�\�
%��5��	�	�A�4�I�
I�&rc�^�UOUO79%fUOPIoUOeoU%ceUO%c2UO]*Q*OQQ2UmP!UO]*]*UmP!P!P!)Nr�rr@)r"�
STORE_ACTIONSr�r�r�r�r�)rr�s& r�_check_dest�Option._check_dest�s����{�{�d�&8�&8�8�-�-��y�y��,�	��9�9������� �O�O�A�.�r�2�:�:�3��D��	� �,�,�Q�/��2��	�"-�rc��UOUO7c.UOd[QUO*U2gP!P!)Nz*'const' must not be supplied for action %r)r"�
CONST_ACTIONS�constr
rs&r�_check_const�Option._check_const�sB���;�;�d�0�0�0�T�Z�Z�5K��<�t�{�{�J���
�6L�0rc���UOUO7cUOe
]UmP!P!UOd[QUO*U2gP!)Nz*'nargs' must not be supplied for action %r)r"r+�nargsr
rs&r�_check_nargs�Option._check_nargs�sU���;�;�$�,�,�,��z�z�!���
�"�
�Z�Z�
#��<�t�{�{�J���
�$rc��UOQ6Xc�[UO2%f[QUO*U2gUOd>[UO[2%f[QUO*U2gUOd@[UO[2%f[QUO*U2gP!P!UOd[QUO*U2gUOd
[QU2gUOd
[QU2gP!)�callbackzcallback not callable: %rz3callback_args, if supplied, must be a tuple: not %rz4callback_kwargs, if supplied, must be a dict: not %rz.callback supplied (%r) for non-callback optionz.callback_args supplied for non-callback optionz0callback_kwargs supplied for non-callback option)	r"�callablerCr
�
callback_argsr)r0�callback_kwargs�dictrs&r�_check_callback�Option._check_callback�s8���;�;�*�$��D�M�M�*�*�!�/�$�-�-�?��G�G��"�"�.��t�1�1�5�9�9�!�I��(�(�)�*.�0�0��$�$�0��t�3�3�T�:�:�!�J��*�*�+�,0�2�2�;�1��}�}�(�!�D��m�m�$�%)�+�+��!�!�-�!�D�d�L�L��#�#�/�!�F��N�N�0rc�\�QOUOUO*2!)�/)rIr�r�rs&rr"�Option.__str__�s ���x�x��(�(�4�?�?�:�;�;rc� �UOPI!r)r�rs&rr��Option.takes_value�s���y�y��$�$rc�t�UO%cUO]*!UO]*!r�)r�r�rs&r�get_opt_string�Option.get_opt_string�s+���?�?�?��?�?�1�%�%��#�#�A�&�&rc�l�UOOUO2oUeU!UVU2!r)�TYPE_CHECKERr�r�)rr�r�r
s&&& r�check_value�Option.check_value�s3���#�#�'�'��	�	�2���?��L��4�e�,�,rc
��UdMUO]6XcUOV2![STt,tFDp0OV2MJ	to2!P!ttohr)r?rTr0)rr�r��vs&&& r�
convert_value�Option.convert_value�sR�����z�z�Q���'�'��3�3���F��1�.�.�s�6��F�G�G�	��Gs�Ac�v�UOV2oUOUOUOVV42!r)rX�take_actionr"r�)rr�r��valuesrOs&&&&&r�process�Option.process�s<���"�"�3�.��
����K�K����C��@�	@rc�J�UQ6Xc[VRU2]!UQ6Xc[VRUO2]!UQ6Xc[VRP	2]!UQ6Xc[VRP
2]!UQ6Xc$UOU,2OU2]!UQ6Xc.UOU,2OUO2]!UQ6Xc&[VRUOU]2]*2]!UQ6XcGUO9%fQoUO
9%f-oUOVVF,UN3-U@]!UQ6Xc#UO2UO2]!UQ	6Xc#UO2UO2]![Q
UO*2g)r!�store_const�
store_true�store_falser��append_const�countrCr��versionzunknown action %rr6)rr;�ensure_valuer�rErFrC�
print_help�exit�
print_versionrUr")	rr"r�r�r�r\rO�args�kwargss	&&&&&&&  rr[�Option.take_action	s����W���F�%�(�4�3�}�
$��F�$�*�*�-�0�/�|�
#��F�$�'�,�+�}�
$��F�%�(�(�'�x�
�����b�)�0�0��7�$�#�~�
%�����b�)�0�0����<� ��w�
��F�&�"5�"5�d�A�">��"B�C���z�
!��%�%�+�+��D��)�)�/�/�R�F��M�M�$�U�D�T�D�V�D���v�
������K�K�M��
�y�
 �� � �"��K�K�M���0�4�;�;�>�?�?r)r�r�r"r�r?r�)r"r�r�rr?r;rrCrErFr�r�)
r!r`rarbr�rcrdrCr�re)r!r`rarbr�rcrd)r!r�rC)r!r�)r`rc)r'rQr�r�r�r)&rr$r%r&r4rr#r6r+r(r:r*r�rrSrrrr	r
r$r,r3r7r<r@rHr"r�__repr__r�rPrTrXr]r[r'r(r)s@rrr�s������*
�E�	�G��M�!�M�&��%�M�

D�E�$�
��
��
��
���	�L� �M�
�&�,�*�&H�P�0I�
3���N�8#� �"� �!�!�$�
&�M�<��H�%�'�-�H�
@��rc�h`�\sQsQsnQQksQs\sQsQs	Qs
QsQ
QksQ
Q	ks
Q
sQsUsP!)r�-c�h�U%c)UO2FDvq#[VU2J	P!P!r)�itemsr)rr�rr�s&&  rr�Values.__init__/s'���'�~�~�/�����C�(� 0�rc�.�[UO2!r)r-�__dict__rs&rr"�Values.__str__4s���4�=�=�!�!rc��[U[2%cUOUO6H![U[2%cUOU6H![!r)r)rrtrG�NotImplemented)r�others&&r�__eq__�
Values.__eq__9sD���e�V�$�$��=�=�E�N�N�2�2�
��t�
$�
$��=�=�E�)�)�!�!rc�r�[U2FD%oV!7fJV*oUeJ[VU2J'	P!)z�
Update the option values from an arbitrary dictionary, but only
use keys from dict that already have a corresponding attribute
in self.  Any keys in dict without a corresponding attribute
are silently ignored.
)�dirr)rrGr�dvals&&  r�_update_careful�Values._update_carefulAs.����I�D��|��z���#��D��-�	rc�>�UOOU2P!)z�
Update the option values from an arbitrary dictionary,
using all keys from the dictionary regardless of whether
they have a corresponding attribute in self or not.
)rt�update)rrGs&&r�
_update_loose�Values._update_looseNs��	
�
�
���T�"rc��UQ6XcUOU2P!UQ6XcUOU2P![QU*2g)�careful�loosezinvalid update mode: %r)r~r�rU)rrG�modes&&&r�_update�Values._updateVs>���9��� � ��&�
�W�_����t�$��6��=�>�>rc��[U2[OU*oUO[	U2U2P!r)�
__import__�sys�modulesr��vars)r�modnamer��mods&&& r�read_module�Values.read_module^s*���7���k�k�'�"�����T�#�Y��%rc�t�-o[[U2O2U2UOV22P!r)�exec�open�readr�)r�filenamer�r�s&&& r�	read_file�Values.read_filecs*�����T�(�^�
 �
 �
"�D�)����T� rc�n�[V2%c[V2e
[VU2[V2!r)�hasattr�getattrr)rrr�s&&&rrf�Values.ensure_valuehs,���t�"�"�g�d�&9�&A��D��&��t�"�"rr6r)r�)rr$r%r&rr"rrmryr~r�r�r�r�rfr'r(r)s@rrr-s>����)�
"��H�"�.�#�?�&�
!�
#�#rc�`�\sQsQsnQsQsQsQsQsQs	Qs
Q	sQ
sQs
QsQ
sQsQsQsQsQsQsUsP!)r�na2
Abstract base class.

Class attributes:
  standard_option_list : [Option]
    list of standard options that will be accepted by all instances
    of this parser class (intended to be overridden by subclasses).

Instance attributes:
  option_list : [Option]
    the list of Option objects contained by this OptionContainer
  _short_opt : { string : Option }
    dictionary mapping short option strings, eg. "-f" or "-X",
    to the Option instances that implement them.  If an Option
    has multiple short option strings, it will appear in this
    dictionary multiple times. [1]
  _long_opt : { string : Option }
    dictionary mapping long option strings, eg. "--file" or
    "--exclude", to the Option instances that implement them.
    Again, a given Option can occur multiple times in this
    dictionary. [1]
  defaults : { string : any }
    dictionary mapping option destination names to default
    values for each destination [1]

[1] These mappings are common to (shared by) all components of the
    controlling OptionParser, where they are initially created.

c�x�UO2VmUOU2UOU2P!r)�_create_option_list�option_class�set_conflict_handler�set_description)rr��conflict_handlerr�s&&&&rr�OptionContainer.__init__�s3��
	
� � �"�(���!�!�"2�3����[�)rc�2�-Um-Um-UmP!r��
_short_opt�	_long_optr�rs&r�_create_option_mappings�'OptionContainer._create_option_mappings�s����������
rc�n�UOUmUOUmUOUmP!rr�rfs&&r�_share_option_mappings�&OptionContainer._share_option_mappings�s)��!�+�+����)�)�������
rc�F�UQ7c[QU*2gVmP!)�errorz$invalid conflict_resolution value %r)r��resolve)rUr�)r�handlers&&rr��$OptionContainer.set_conflict_handler�s"���.�.��C�g�M�N�N� '�rc��VmP!r�r�r�s&&rr��OptionContainer.set_description�s��&�rc��UO!rr�rs&r�get_description�OptionContainer.get_description�s�����rc��U;U;U;P!�zsee OptionParser.destroy().r�rs&r�destroy�OptionContainer.destroy�s���O��N��Mrc�|�,oUOFD8oV0O7fJUOV0OU*12J:	UOFD8oV0O7fJUOV0OU*12J:	U%CcUO
oUQ6Xc:[
QQOSTt,tFDpU]*MJ
	to2*U2gUQ6Xc�SFD�vq6UOQ2%c*UOOU2UOUL(UOOU2UOUUO%cJ�UO%cJ�UOOOU2J�	P!P!P!ttoh)r�z conflicting option string(s): %srHr�r)r�r�r�r�r�r�rrI�
startswith�remove�	containerr�)rr/�
conflict_optsr�r��co�c_options&&     r�_check_conflict�OptionContainer._check_conflict�si���
��%�%�C��o�o�%��$�$�c�?�?�3�+?�%@�A�&��$�$�C��n�n�$��$�$�c�>�>�#�+>�%?�@�%��=��+�+�G��'�!�)�6��i�i�� ?��2�A���� ?�@�A�����I�%�'4�O�S��~�~�d�+�+� �+�+�2�2�3�7� �N�N�3�/� �,�,�3�3�C�8� �O�O�C�0�$�0�0�0�H�4G�4G�4G� �*�*�6�6�=�=�h�G�(5�&���
!@s�F9c��[U]*[2%cUOU-U@oLU[U2]6Xc;U%f3U]*o[U[2%f[QU*2gL[Q2gUO
U2UOOU2Vm	UOFDoV0OU$J	UOFDoV0OU$J	UOdnUO[ Ic&UOUO"UO$U!UOUO"7cPUO"UO$U!)z<add_option(Option)
add_option(opt_str, ..., kwarg=val, ...)
znot an Option instance: %r�invalid arguments)r)r-r�r�rrr�r�r�r�r�r�r�r�r�rr�r�)rrjrkr/r�s&*,  r�
add_option�OptionContainer.add_option�s/���d�1�g�s�#�#��&�&��7��7�F�
��Y�!�^�F��!�W�F��f�f�-�-�� <�v� E�F�F�.��/�0�0����V�$�������'����%�%�C�#)�O�O�C� �&��$�$�C�"(�N�N�3��%��;�;�"��~�~�Z�/�-3�^�^��
�
�f�k�k�*��
����D�M�M�1�-1��
�
�f�k�k�*��
rc�>�SFDoUOU2J	P!r)r�)rr�r/s&& r�add_options�OptionContainer.add_options�s��!�F��O�O�F�#�"rc��UOOU29%fUOOU2!r)r�r�r�r=s&&r�
get_option�OptionContainer.get_option�s5�����#�#�G�,�,�,����"�"�7�+�	-rc�L�VO79%fVO7!r)r�r�r=s&&r�
has_option�OptionContainer.has_options%���?�?�*�*�*��>�>�)�	+rc�v�UOOU2oUeUOOU2oUe[QU*2gUOFDoUOUJ	UO
FDoUOUJ	UOOOU2P!)Nzno such option %r)	r�r�r�rUr�r�r�r�r�)rr<r/r�s&&  r�
remove_option�OptionContainer.remove_options������$�$�W�-���>��^�^�'�'��0�F��>��0�7�:�;�;��%�%�C�����$�&��$�$�C����s�#�%����$�$�+�+�F�3rc���UO%fP!,oUOFD9oUO[IcJUOUO	U22J;	POU2!�rj)r�r��
SUPPRESS_HELPr�r�rI)r�	formatterr�r/s&&  r�format_option_help�"OptionContainer.format_option_helpsY����������&�&�F��;�;�-�/��
�
�i�5�5�f�=�>�'��w�w�v��rc�B�UOUO22!r)r�r��rr�s&&rr��"OptionContainer.format_descriptions���+�+�D�,@�,@�,B�C�Crc���,oUO%c!UOUOU22UO%c!UOUO	U22QOU2!r�)r�r�r�r�r�rI�rr�r�s&& r�format_help�OptionContainer.format_help!s\���������M�M�$�1�1�)�<�=������M�M�$�1�1�)�<�=��y�y�� � r)r�r�r�r�r�r�)rr$r%r&r4rr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r'r(r)s@rrrnsa�����<	*��(�(�
'� ��H�6�<$�-�+�4� �D�!�!rc�D`�\sQsQsnQQksQsQsQsQsQs	Us
P!)	ri*c�v�Vm[OVOUOU2V mP!r)rOrrr�r��title)rrOr�r�s&&&&rr�OptionGroup.__init__,s.����� � ��%�%�v�'>�'>��	M��
rc�L�,UmUOUO2P!r)r�r�rOrs&rr��OptionGroup._create_option_list2s������#�#�D�K�K�0rc��VmP!r)r�)rr�s&&r�	set_title�OptionGroup.set_title6s���
rc�6�[OU2U;P!r�)rr�r�rs&rr��OptionGroup.destroy9s������%��rc��UOUO2oUO2U[O	V2*
oUO2U!r)r�r�ryrr�r|r�s&& rr��OptionGroup.format_help@sH���)�)�$�*�*�5�������/�-�-�d�>�>�������
r)r�rOr�r)rr$r%r&rr�r�r�r�r'r(r)s@rrr*s#�����1����rc
�@`�\sQsQsnQs,sPP\PQPPP	PP1
QksQsQs	Qs
QsQ*Q	ksQ
s
QsQsQ
sQsQsQsQsQsQsQsQsQ+QksQsQsQsQsQsQsQs Qs!Q,Qks"Q s#Q!s$Q-Q"ks%Q#s&Q-Q$ks'Q-Q%ks(Q&s)Q-Q'ks*Q-Q(ks+Q)s,Us-P!).riHa8
Class attributes:
  standard_option_list : [Option]
    list of standard options that will be accepted by all instances
    of this parser class (intended to be overridden by subclasses).

Instance attributes:
  usage : string
    a usage string for your program.  Before it is displayed
    to the user, "%prog" will be expanded to the name of
    your program (self.prog or os.path.basename(sys.argv[0])).
  prog : string
    the name of the current program (to override
    os.path.basename(sys.argv[0])).
  description : string
    A paragraph of text giving a brief overview of your program.
    optparse reformats this paragraph to fit the current terminal
    width and prints it when the user requests help (after usage,
    but before the list of options).
  epilog : string
    paragraph of help text to print after option help

  option_groups : [OptionGroup]
    list of option groups in this parser (option groups are
    irrelevant for parsing the command-line, but very useful
    for generating help)

  allow_interspersed_args : bool = true
    if true, positional arguments may be interspersed with options.
    Assuming -a and -b each take a single argument, the command-line
      -ablah foo bar -bboo baz
    will be interpreted the same as
      -ablah -bboo -- foo bar baz
    If this flag were false, that command line would be interpreted as
      -ablah -- foo bar -bboo baz
    -- ie. we stop processing options as soon as we see the first
    non-option argument.  (This is the tradition followed by
    Python's getopt module, Perl's Getopt::Std, and other argument-
    parsing libraries, but it is generally annoying to users.)

  process_default_values : bool = true
    if true, option default values are processed similarly to option
    values from the command line: that is, they are passed to the
    type-checking function for the option's type (as long as the
    default value is a string).  (This really only matters if you
    have defined custom types; see SF bug #955889.)  Set it to false
    to restore the behaviour of Optik 1.4.1 and earlier.

  rargs : [string]
    the argument list currently being parsed.  Only set when
    parse_args() is active, and continually trimmed down as
    we consume arguments.  Mainly there for the benefit of
    callback options.
  largs : [string]
    the list of leftover arguments that we have skipped while
    parsing options.  If allow_interspersed_args is false, this
    list is always empty.
  values : Values
    the set of option values currently being accumulated.  Only
    set when parse_args() is active.  Also mainly for callbacks.

Because of the 'rargs', 'largs', and 'values' attributes,
OptionParser is not thread-safe.  If, for some perverse reason, you
need to parse command-line arguments simultaneously in different
threads, use different OptionParser instances.

r�c�:�[OVVV2UOU2V�mV@mP	UmP	UmUe[2oVpmUOOU2V�m
UOUUQ5UO2P!)T)�add_help)
rr�	set_usage�progre�allow_interspersed_args�process_default_valuesrr�rgr��_populate_option_list�_init_parsing_state)rr�r�r�rer�r�r��add_help_optionr�r�s&&&&&&&&&&&rr�OptionParser.__init__�s���	� � �� 0�	?����u���	���'+��$�&*��#���-�/�I�"�����!�!�$�'���	
�"�"�;�,;�	#�	=�	
� � �"rc��[OU2UOFDoUO2J	U;U;U;P!)z�
Declare that you are done with this OptionParser.  This cleans up
reference cycles so the OptionParser (and all objects referenced by
it) can be garbage-collected promptly.  After calling destroy(), the
OptionParser is unusable.
)rr�r�r�r�)rr�s& rr��OptionParser.destroy�s<��	����%��'�'�E��M�M�O�(������Nrc�D�,Um,UmUO2P!r)r�r�r�rs&rr�� OptionParser._create_option_list�s���������$�$�&rc�D�UOQQQ[Q2Q5P!)z-hz--helpr�zshow this help message and exit�r"r��r�r@rs&r�_add_help_option�OptionParser._add_help_option�s$������h�%��@�A�	�	Crc�B�UOQQ[Q2Q5P!)z	--versionrez&show program's version number and exitrrrs&r�_add_version_option� OptionParser._add_version_option�s"������(��G�H�	�	Jrc��UO%cUOUO2U%cUOU2UO%cUO2U%cUO	2P!P!r)�standard_option_listr�rerr)rr�r�s&&&rr��"OptionParser._populate_option_list�s\���$�$�$����T�6�6�7�����[�)��<�<�<��$�$�&���!�!�#�rc�2�PUmPUmPUmP!r)�rargs�largsr\rs&rr�� OptionParser._init_parsing_state�s����
���
���rc���Ue[Q2UmP!U[Ic
PUmP!UO2O	Q2%cUQ*UmP!VmP!)Nz%prog [options]zusage: :�NN)r@r��SUPPRESS_USAGEr�r�r�s&&rr��OptionParser.set_usage�sJ���=��,�-�D�J�
�n�
$��D�J�
�[�[�]�
%�
%�i�
0�
0��r��D�J��Jrc��P	UmP!)z�Set parsing to not stop on the first non-option, allowing
interspersing switches with command arguments. This is the
default behavior. See also disable_interspersed_args() and the
class documentation description of the attribute
allow_interspersed_args.�r�rs&r�enable_interspersed_args�%OptionParser.enable_interspersed_args�s��(,��$rc��P
UmP!)z�Set parsing to stop on the first non-option. Use this if
you have a command processor which runs another command that
has options of its own and you want to make sure these options
don't get confused.
rrs&r�disable_interspersed_args�&OptionParser.disable_interspersed_args�s��(-��$rc��VmP!r)r�)rr]s&&r�set_process_default_values�'OptionParser.set_process_default_valuess��&-�#rc�$�V OU$P!r)r�)rr�r�s&&&r�set_default�OptionParser.set_defaults��#�
�
�d�rc�>�UOOU2P!r)r�r�)rrks&,r�set_defaults�OptionParser.set_defaultss���
�
���V�$rc��UOQ*oUOFDoUOUO2J 	U!)�NNN)r�r�r�)r�optionsr�s&  r�_get_all_options�OptionParser._get_all_options
s9���"�"�1�%���'�'�E��N�N�5�,�,�-�(��rc��UO%f[UO2!UOO2oUO	2FDcoUOUO2o[U[2%fJ6UO2oUOVC2VO$Je	[U2!r)r�rr��copyr'r�r�r)r-rPrT)rr�r/rr<s&    r�get_default_values�OptionParser.get_default_valuess����*�*�*��$�-�-�(�(��=�=�%�%�'���+�+�-�F��l�l�6�;�;�/�G��'�3�'�'� �/�/�1��(.�(:�(:�7�(L����%�	.��h��rc�z�[U]*[2%c[U,UN3-U@oLp[U2]6XcVU%fNU]*o[U[2%f[	QU*2gUO
UIc[
Q2gL[	Q2gUOOU2U!)r�znot an OptionGroup instance: %rz"invalid OptionGroup (wrong parser)r�)	r)r-rr�rrOrUr�r�)rrjrkr�s&*, r�add_option_group�OptionParser.add_option_group!s����d�1�g�s�#�#���6�t�6�v�6�E�
��Y�!�^�F���G�E��e�[�1�1�� A�E� I�J�J��|�|�4�'� �!E�F�F�(��/�0�0����!�!�%�(��rc���UOOU29%fUOOU2oU%cUOUIc
UO!P!r)r�r�r�r�)rr<r/s&& r�get_option_group�OptionParser.get_option_group1sT���/�/�%�%�g�.�.�.��.�.�$�$�W�-�	��f�&�&�d�2��#�#�#�rc�L�Ue[OQ*!UQ*!)Nr�r%)r��argv)rrjs&&r�	_get_args�OptionParser._get_args;s���<��8�8�B�<����7�Nrc�@�UOU2oUeUO2oV0m,9UmoV mUOVCU2VC*oUOV!2![[1c%oSO[S22Po=KIPo=hh9h)a�
parse_args(args : [string] = sys.argv[1:],
           values : Values = None)
-> (values : Values, args : [string])

Parse the command-line options found in 'args' (default:
sys.argv[1:]).  Any errors result in a call to 'error()', which
by default prints the usage message to stderr and calls
sys.exit() with an error message.  On success returns a pair
(values, args) where 'values' is a Values instance (with all
your option values) and 'args' is the list of arguments left
over after parsing options.
)r5r+r
rr\�
_process_argsr
rr�r-�check_values)rrjr\r
r�errs&&&   r�
parse_args�OptionParser.parse_argsAs������t�$���>��,�,�.�F��
����
�U���	!����u�V�4��}��� � ��.�.��	� 0�1�	!��J�J�s�3�x� � ��	!�s�A(�(B�8B�9B�Bc�
�V1!)as
check_values(values : Values, args : [string])
-> (values : Values, args : [string])

Check that the supplied option values and leftover arguments are
valid.  Returns the option values and leftover arguments
(possibly adjusted, possibly completely new -- whatever you
like).  Default implementation just returns the passed-in
values; subclasses may override as desired.
r6)rr\rjs&&&rr9�OptionParser.check_valueshs���~�rc�:�U%c�U]*oUQ6XcU]P!UQ*Q6XcUOV#2J>UQ*Q6Xc$[U2]6�cUOV#2JoUO%cUO	U2U]J�P!P!)a`_process_args(largs : [string],
                 rargs : [string],
                 values : Values)

Process command-line arguments and populate 'values', consuming
options and arguments from 'rargs'.  If 'allow_interspersed_args' is
false, stop at the first non-option argument.  If true, accumulate any
interspersed non-option arguments in 'largs'.
rrr�r)�_process_long_optr��_process_short_optsr�r�)rrr
r\�args&&&& rr8�OptionParser._process_argsus������(�C��d�{��!�H���S��T�!��&�&�u�5��R��C��C��H�q�L��(�(��7��-�-�-����S�!��!�H��'rc�.�[VO2!)z�_match_long_opt(opt : string) -> string

Determine which long option string 'opt' matches, ie. which one
it is an unambiguous abbreviation for.  Raises BadOptionError if
'opt' doesn't unambiguously match any long option string.
)�
_match_abbrevr�)rr�s&&r�_match_long_opt�OptionParser._match_long_opt�s���S�.�.�1�1rc�f�UO]2oQU7c*UOQ]2vqEUO]U2P	oLSoP
oUOU2oUOU*oUO2%crUOo[U2U6c)UO[QQU2QUQU-*2LYU]6XcUO]2o	L@[U]U2o	U]U/L,U%c#UO[Q2U*2LPo	UOUW	V 2P!)r�rr�.%(option)s option requires %(number)d argument�/%(option)s option requires %(number)d argumentsr/�numberz%s option does not take a value)
�popr2�insertrFr�r�r?r�r�rr0r@r])
rr
r\rBr��next_arg�had_explicit_valuer/r?r�s
&&&       rr@�OptionParser._process_long_opt�s���i�i��l���#�:�!�i�i��Q�/�O�S��L�L��H�%�!%���C�!&���"�"�3�'������$��������L�L�E��5�z�E�!��
�
�8�D�E���'��X�u�=�>�?��!���	�	�!����e�A�e�n�-���!�E�'�N�
��J�J�q�:�;�c�A�B��E����s�E�6�0rc	�t�UO]2oP
o]oUQ*FCDoQU*oUOOU2oU]*
oU%f[U2gUO	2%c�U[U26cUO
]V5P2P	oUOo	[U2U	6c)UO[QQU	2QUQU	-*2L/U	]6XcUO]2o
L[U]U	2o
U]U	/LPo
UOUW
V 2U%fCJP!	P!)r�r�rrIrJr/rK)rLr�r�r
r�r�rMr?r�rr0r])rr
r\rB�stop�i�chr�r/r?r�s&&&        rrA� OptionParser._process_short_opts�s'���i�i��l����
���b�'�'�B���(�C��_�_�(�(��-�F�
��F�A��$�S�)�)��!�!�#�#��s�3�x�<��L�L��C��G�,��D������u�:��%��J�J�x�H�I�� �#+�C��5�!A� B�C��a�Z�!�I�I�a�L�E�!�%��%�.�1�E��a��g�����N�N�3��v�4��t��Arc��UOe5[OO[O
]*2!UO!r)r�rR�path�basenamer�r4rs&r�
get_prog_name�OptionParser.get_prog_name�s3���9�9���7�7�#�#�C�H�H�Q�K�0�0��9�9�rc�D�UOQUO22!)z%prog)r�rY)r�ss&&r�expand_prog_name�OptionParser.expand_prog_names���y�y��$�"4�"4�"6�7�7rc�:�UOUO2!r)r]r�rs&rr��OptionParser.get_descriptions���$�$�T�%5�%5�6�6rc��U%c [OOU2[OU2P!r)r��stderr�writerh)r�statusrs&&&rrh�OptionParser.exit
s#����J�J���S�!�����rc��UO[O2UO]UO	28QU8Q02P!)z�error(msg : string)

Print a usage message incorporating 'msg' to stderr and exit.
If you override this in a subclass, it should not return -- it
should either exit or raise an exception.
z	: error: r�)�print_usager�rbrhrYrs&&rr��OptionParser.errors2��	
������$��	�	�!�$�*<�*<�*>��D�Erc��UO%c5UOOUOUO22!P!r�)r�r�r�r]rs&r�	get_usage�OptionParser.get_usages9���:�:�:��>�>�.�.��%�%�d�j�j�1�3�
3�rc�f�UO%c[UO2UQ5P!P!)a1print_usage(file : file = stdout)

Print the usage message for the current program (self.usage) to
'file' (default stdout).  Any occurrence of the string "%prog" in
self.usage is replaced with the name of the current program
(basename of sys.argv[0]).  Does nothing if self.usage is empty
or not defined.
��file)r��printrj�rrns&&rrg�OptionParser.print_usage s#���:�:�:��$�.�.�"��.�rc�b�UO%cUOUO2!P!r�)rer]rs&r�get_version�OptionParser.get_version,s#���<�<�<��(�(����6�6�rc�f�UO%c[UO2UQ5P!P!)aprint_version(file : file = stdout)

Print the version message for this program (self.version) to
'file' (default stdout).  As with print_usage(), any occurrence
of "%prog" in self.version is replaced by the current program's
name.  Does nothing if self.version is empty or undefined.
rm)rerorsrps&&rri�OptionParser.print_version2s%���<�<�<��$�"�"�$�4�0�rc��Ue
UOoUOU2,oUOUO[	Q222UO2UO%c6UO[OV22UOQ2UOFD4oUOUOU22UOQ2J6	UO2POUPP2!)N�Optionsr�)
r�r�r�r�r@ryr�rr�r�r�r|rI)rr�r�r�s&&  rr��OptionParser.format_option_help=s��������I��&�&�t�,����
�
�i�.�.�q��|�<�=����������M�M�/�<�<�T�M�N��M�M�$���'�'�E��M�M�%�+�+�I�6�7��M�M�$��(�	�����w�w�v�c�r�{�#�#rc�:�UOUO2!r)r�r�r�s&&rr��OptionParser.format_epilogNs���&�&�t�{�{�3�3rc��Ue
UOo,oUO%c'UOUO2Q*2UO%c(UOUOU2Q*2UOUO
U22UOUOU22POU2!)Nr�)	r�r�r�rjr�r�r�r�rIr�s&& rr��OptionParser.format_helpQs��������I����:�:�:��M�M�$�.�.�*�T�1�2������M�M�$�1�1�)�<�t�C�D��
�
�d�-�-�i�8�9��
�
�d�(�(��3�4��w�w�v��rc�n�Ue[OoUOUO22P!)z�print_help(file : file = stdout)

Print an extended help message, listing all options and any
help text provided with them, to 'file' (default stdout).
)r��stdoutrcr�rps&&rrg�OptionParser.print_help]s'���<��:�:�D��
�
�4�#�#�%�&r)r�r�r�rr�r�r�r�r
r�r\re)T)NN)r�Nr).rr$r%r&r4r
rrr�r�rrr�r�r�rrrrr"r'r+r.r1r5r;r9r8rFr@rArYr]r�rhr�rjrgrsrir�r�r�rgr'r(r)s@rrrHs�����B�H���!�$��")�!��!%���#�D�$'�
C�
J�
$��	�,�-�.�$�%�� �"� ��%/�N��f2�"1�H$�R�8�7��
F��
/��	1�$�"4�
�'�'rc��V7cU!UO2Tt,tFDoUOU2%fJUMJ 	oo[U2]6Xc
U]*!U%f[U2gUO	2[V2gttoh)z�_match_abbrev(s : string, wordmap : {string : Option}) -> string

Return the string key in 'wordmap' for which 's' is an unambiguous
abbreviation.  If 's' is found to be ambiguous or doesn't match any of
'words', raise BadOptionError.
)rr�r�r
�sortrC)r\�wordmap�wordrEs&&  rrErEjs���	�|���+2�,�,�.�0�.�$� �O�O�A�.���.�
�0��}���"� ��#�#�� ��#�#�
��� �&�q�8�8��0s
�B
�B
c�d�UQ6Xc]QHGoUQQQ5Q![Q[8QU802g)�__version__)�_deprecated)r�z1.5.3zmodule z has no attribute )��)�warningsr��AttributeErrorr)�namer�s& r�__getattr__r��s3���}��(��M�'�2��
�7�8�,�.@���I�
J�Jr)r�make_optionr�rrrrrrrrr	r
rrr
r)�NO�DEFAULT�SUPPRESSHELP�
SUPPRESSUSAGE)&r4�__all__�
__copyright__r�rRrr@rr�	Exceptionr	r
rrr
rCrrrr�r��
frozendictr�r�r�r�rr�rr�rrrrrrEr�r�r6rr�<module>r�s]���.��$�
�@�*�J��Y���=�� �;��
�
��6�m�6�
A�N�
A�O�O�b?�]�?�&G�=�G�&� ��	�J��)��%�
�Z��9��&��e�Q�'�(�
)�
���9��&�	���G�%��
�n�n�f"�
�#��>#�>#�By!�y!�x�?��<]'�O�]'�D9�:��Kr

Youez - 2016 - github.com/yon3zu
LinuXploit