(self, context: str)
| 60 | self.timestamp = timestamp |
| 61 | |
| 62 | def switch_context(self, context: str): |
| 63 | self.context = context |
| 64 | if self.context == "global": |
| 65 | self.graph_name = None |
| 66 | |
| 67 | def set_graph_name(self, graph_name: str): |
| 68 | self.graph_name = graph_name |
no outgoing calls
no test coverage detected