Add this object's information to the parser, if necessary.
(self, parser, group)
| 185 | return func |
| 186 | |
| 187 | def add_to_parser(self, parser, group): |
| 188 | """ Add this object's information to the parser, if necessary. |
| 189 | """ |
| 190 | pass |
| 191 | |
| 192 | |
| 193 | class magic_arguments(ArgDecorator): |