class documentation

class Option(optparse.Option): (source)

View In Hierarchy

Undocumented

Method process Call the validator function on applicable settings and evaluate the 'overrides' option. Extends optparse.Option.process.
Constant ATTRS Undocumented
def process(self, opt, value, values, parser): (source)

Call the validator function on applicable settings and evaluate the 'overrides' option. Extends optparse.Option.process.

Undocumented

Value
optparse.Option.ATTRS + ['validator', 'overrides']