(self, scheme)
| 381 | self.color_table.active_colors.normal) |
| 382 | |
| 383 | def set_active_scheme(self, scheme): |
| 384 | if scheme is not None: |
| 385 | self.color_table.set_active_scheme(scheme) |
| 386 | self.parser.color_table.set_active_scheme(scheme) |
| 387 | |
| 388 | def noinfo(self, msg, oname): |
| 389 | """Generic message when no information is found.""" |
no outgoing calls
no test coverage detected