(self, *args, **kwds)
| 222 | _method_name = None |
| 223 | |
| 224 | def __init__(self, *args, **kwds): |
| 225 | self.args = args |
| 226 | self.kwds = kwds |
| 227 | |
| 228 | def add_to_parser(self, parser, group): |
| 229 | """ Add this object's information to the parser. |
nothing calls this directly
no outgoing calls
no test coverage detected