class documentation

class CommandLineParser(object):

View In Hierarchy

A parser for runtime options
Method __init__ Undocumented
Method parseoptions Parse command line options
Method readequalskey Read a key using equals
Method readoption Read the key and value for an option
Method readquoted Read a value between quotes
Instance Variable options Undocumented
def __init__(self, options):

Undocumented

def parseoptions(self, args):
Parse command line options
def readequalskey(self, arg, args):
Read a key using equals
def readoption(self, args):
Read the key and value for an option
def readquoted(self, args, initial):
Read a value between quotes
options =

Undocumented