⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
__pycache__
/
View File Name :
optparse.cpython-310.pyc
o }5h @ s d Z dZg dZdZddlZddlZddlZdd Zz ddlmZm Z W n e y5 d d Zdd Z Y nw eZG d d deZ G dd de ZG dd deZG dd de ZG dd de ZG dd deZG dd dZG dd deZG dd deZdd Zd!d" Zeed#feed#feed$feed%fd&Zd'd( Zd)d* Zd+ZG d,d- d-Zd.Zd/Z G d0d1 d1Z!G d2d3 d3Z"G d4d5 d5e"Z#G d6d7 d7e"Z$d8d9 Z%eZ&dS ):a A powerful, extensible, and easy-to-use option parser. By Greg Ward
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() z1.5.3)Optionmake_option SUPPRESS_HELPSUPPRESS_USAGEValuesOptionContainerOptionGroupOptionParser HelpFormatterIndentedHelpFormatterTitledHelpFormatter OptParseErrorOptionErrorOptionConflictErrorOptionValueErrorBadOptionErrorcheck_choicea" Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved. Copyright (c) 2002-2006 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. Nc C s d| j jt| | f S )Nz<%s at 0x%x: %s>) __class____name__idself r /usr/lib/python3.10/optparse.py_reprO r )gettextngettextc C s | S Nr )messager r r r \ s r c C s |dkr| S |S N r )singularpluralnr r r r _ s r c @ s e Zd Zdd Zdd ZdS )r c C || _ d S r msgr r' r r r __init__h zOptParseError.__init__c C | j S r r&