(self, event)
| 1539 | return table |
| 1540 | |
| 1541 | def _is_graph_important(self, event): |
| 1542 | return self.preserve_graph and getattr(event, "_graph_important", False) and not getattr(event, "_omit", False) |
| 1543 | |
| 1544 | @property |
| 1545 | def preserve_graph(self): |
no outgoing calls
no test coverage detected