class Values(optparse.Values): (source)
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 |