Add this object's information to the parser.
(self, parser, group)
| 257 | """ |
| 258 | |
| 259 | def add_to_parser(self, parser, group): |
| 260 | """ Add this object's information to the parser. |
| 261 | """ |
| 262 | return parser.add_argument_group(*self.args, **self.kwds) |
| 263 | |
| 264 | |
| 265 | class kwds(ArgDecorator): |
nothing calls this directly
no outgoing calls
no test coverage detected