self._opt = opt
def _set_default_values(self, default, default_multi):
- if self.impl_is_multi() and default is None:
- default = []
- self.impl_validate(default)
if ((self.impl_is_multi() and default != tuple()) or
(not self.impl_is_multi() and default is not None)):
if self.impl_is_multi():