(context: str, graph_name=None)
| 31 | |
| 32 | |
| 33 | def switch_context(context: str, graph_name=None): |
| 34 | config = load_gs_config() |
| 35 | current_context = get_current_context() |
| 36 | current_context.switch_context(context) |
| 37 | current_context.set_graph_name(graph_name) |
| 38 | config.update_and_write(current_context) |
no test coverage detected