(self)
| 649 | return f"graphscope.framework.context.{self.__class__.__name__} from graph {str(self._graph)}" |
| 650 | |
| 651 | def _check_unmodified(self): |
| 652 | check_argument(self._saved_signature == self.signature) |
| 653 | |
| 654 | def _check_selector(self, selector): |
| 655 | return self._context_node._check_selector(selector) |
no test coverage detected