(**kwargs)
| 25 | |
| 26 | |
| 27 | def THEME(**kwargs): |
| 28 | # Not cached: the user can modify the theme inside the interactive session. |
| 29 | return _colorize.get_theme(**kwargs).syntax |
| 30 | |
| 31 | |
| 32 | class Span(NamedTuple): |
no outgoing calls
no test coverage detected
searching dependent graphs…