Shorthand access to the color table scheme selector method.
(self, scheme)
| 283 | self.skip_hidden = True |
| 284 | |
| 285 | def set_colors(self, scheme): |
| 286 | """Shorthand access to the color table scheme selector method.""" |
| 287 | self.color_scheme_table.set_active_scheme(scheme) |
| 288 | self.parser.style = scheme |
| 289 | |
| 290 | |
| 291 | def hidden_frames(self, stack): |
no test coverage detected