Enable Hepheastus
Definition at line 32 of file AthOptionsParser.py.
◆ __call__()
| python.AthOptionsParser.MemCheckAction.__call__ |
( |
| self, |
|
|
| parser, |
|
|
| args, |
|
|
| values, |
|
|
| option_string = None ) |
Definition at line 34 of file AthOptionsParser.py.
34 def __call__(self, parser, args, values, option_string=None):
35
36 setattr(args, self.dest,
37 [] if values=='all' else [values])
38
39
40 import Hephaestus.MemoryTracker as memtrack
41
42 if option_string=='--delete-check':
43 args.memchk_mode = 'delete-check'
44 import Hephaestus.DeleteChecker
45 else:
46 args.memchk_mode = 'leak-check'
47
48
◆ dest
| python.AthOptionsParser.MemCheckAction.dest |
The documentation for this class was generated from the following file: