210
209
self.custom_callback(option, self.name, bool_v, parser)
212
211
def _optparse_callback(self, option, opt, value, parser):
214
214
if self.custom_callback is not None:
215
self.custom_callback(option, opt, value, parser)
215
self.custom_callback(option, self.name, v, parser)
218
218
"""Iterate through the list of switches provided by the option