|
CellModules
|
Classes | |
| class | StepHandler |
| class | Viewer |
Functions | |
| def | find_free_port (start=8000, end=9000, host='localhost') |
| def | find_vscode_settings () |
| VSCODE THEME COLOR ####################################. More... | |
| def | get_default_theme_resources () |
| def | normalize (text) |
| def | matches (norm_name, norm_target) |
| def | scan_for_theme (base_dir, norm_target) |
| def | find_theme_file (theme_name=None) |
| def | load_theme_colors (theme_path) |
| def | get_colors () |
| def | render_template (file, context=None) |
| def | _cleanup (server, thread) |
Variables | |
| string | STATIC_DIR = Path(__file__).resolve().parent / 'static' |
|
private |
| def viewer.find_free_port | ( | start = 8000, |
|
end = 9000, |
|||
host = 'localhost' |
|||
| ) |
| def viewer.find_theme_file | ( | theme_name = None | ) |
| def viewer.find_vscode_settings | ( | ) |
| def viewer.get_default_theme_resources | ( | ) |
| def viewer.load_theme_colors | ( | theme_path | ) |
| def viewer.matches | ( | norm_name, | |
| norm_target | |||
| ) |
| def viewer.normalize | ( | text | ) |
| def viewer.render_template | ( | file, | |
context = None |
|||
| ) |
| def viewer.scan_for_theme | ( | base_dir, | |
| norm_target | |||
| ) |