Add this object's information to the parser, if necessary.
(self, parser, group)
| 219 | return func |
| 220 | |
| 221 | def add_to_parser(self, parser, group): |
| 222 | """ Add this object's information to the parser, if necessary. |
| 223 | """ |
| 224 | pass |
| 225 | |
| 226 | |
| 227 | class magic_arguments(ArgDecorator): |