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