class documentation

class Values(optparse.Values):

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):

Undocumented

def copy(self):
Return a shallow copy of self.
def setdefault(self, name, default):
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):

Undocumented

record_dependencies =

Undocumented