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 : |
ó ¤'Sc @ s¹ d Z d d d d g Z d d l Z d e f d YZ e Z g d Z g d Z d Z d Z d Z d Z e d k rµ d d l Z e e j d d d d g GHn d S( 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. t GetoptErrort errort getoptt gnu_getopti’’’’Nc B s) e Z d Z d Z d d Z d Z RS( t c C s) | | _ | | _ t j | | | d S( N( t msgt optt Exceptiont __init__( t selfR R ( ( sH C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR ) s c C s | j S( N( R ( R ( ( sH C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyt __str__. s ( t __name__t __module__R R R R ( ( ( sH C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\getopt.pyR &