235
235
:param converter: Callable to invoke with the value name to produce
236
236
the value. If not supplied, self.registry.get is used.
237
237
:param value_switches: If true, each possible value is assigned its
241
241
Option.__init__(self, name, help, type=self.convert)