| distutils.fancy_getopt | index /usr/lib/python1.6/distutils/fancy_getopt.py |
distutils.fancy_getopt
Wrapper around the standard getopt module that provides the following
additional features:
* short and long options are tied together
* options have help strings, so fancy_getopt could potentially
create a complete usage summary
* options set attributes of a passed-in object
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||
| ||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| BufferType = <type 'buffer'> BuiltinFunctionType = <type 'builtin_function_or_method'> BuiltinMethodType = <type 'builtin_function_or_method'> ClassType = <type 'class'> CodeType = <type 'code'> ComplexType = <type 'complex'> DictType = <type 'dictionary'> DictionaryType = <type 'dictionary'> EllipsisType = <type 'ellipsis'> FileType = <type 'file'> FloatType = <type 'float'> FrameType = <type 'frame'> FunctionType = <type 'function'> InstanceType = <type 'instance'> IntType = <type 'int'> LambdaType = <type 'function'> ListType = <type 'list'> LongType = <type 'long int'> MethodType = <type 'instance method'> ModuleType = <type 'module'> NoneType = <type 'None'> SliceType = <type 'slice'> StringType = <type 'string'> TracebackType = <type 'traceback'> TupleType = <type 'tuple'> TypeType = <type 'type'> UnboundMethodType = <type 'instance method'> UnicodeType = <type 'unicode'> WS_TRANS = '\000\001\002\003\004\005\006\007\010 \016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !"#$%&\'()*+,-./...\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377' XRangeType = <type 'xrange'> __file__ = '/usr/lib/python1.6/distutils/fancy_getopt.pyc' __name__ = 'distutils.fancy_getopt' __revision__ = '$Id: fancy_getopt.py,v 1.15 2000/08/07 00:45:51 gward Exp $' _option_order = None longopt_pat = '[a-zA-Z](?:[a-zA-Z0-9-]*)' longopt_re = <SRE_Pattern object at 8313a48> longopt_xlate = '\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !"#$%&\'()*+,_./...\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377' neg_alias_re = <SRE_Pattern object at 8315f10> | ||