|
| | __call__ (self, parser, namespace, values, option_string=None) |
Definition at line 23 of file trigbs_findevent.py.
◆ __call__()
| trigbs_findevent.StoreTime.__call__ |
( |
| self, |
|
|
| parser, |
|
|
| namespace, |
|
|
| values, |
|
|
| option_string = None ) |
Definition at line 24 of file trigbs_findevent.py.
24 def __call__(self, parser, namespace, values, option_string=None):
25 times = [tuple(
map(int,v.split(
':',1)))
for v
in values]
26 setattr(namespace, self.dest, times)
27
◆ dest
| trigbs_findevent.StoreTime.dest |
The documentation for this class was generated from the following file: