class documentation

class Values(optparse.Values): (source)

Constructor: Values(*args, **kwargs)

View In Hierarchy

Updates list attributes by extension rather than by replacement. Works in conjunction with the OptionParser.lists instance attribute.

Method __init__ Undocumented
Method copy Return a shallow copy of self.
Method setdefault V.setdefault(n[,d]) -> getattr(V,n,d), also set D.n=d if n not in D or None.
Method update Undocumented
Instance Variable record_dependencies Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

def copy(self): (source)

Return a shallow copy of self.

def setdefault(self, name, default): (source)

V.setdefault(n[,d]) -> getattr(V,n,d), also set D.n=d if n not in D or None.

def update(self, other_dict, option_parser): (source)

Undocumented

record_dependencies = (source)

Undocumented