Definition at line 34 of file util.py.
def util.FileSpec.__call__ |
( |
|
self, |
|
|
|
parser, |
|
|
|
namespace, |
|
|
|
values, |
|
|
|
option_string = None |
|
) |
| |
Definition at line 35 of file util.py.
36 def __call__(self, parser, namespace, values, option_string=None):
38 for key, val
in values:
39 setattr(namespace, key, val)