MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _check_unmodified

Method _check_unmodified

python/graphscope/framework/context.py:651–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers 5

to_numpyMethod · 0.95
to_dataframeMethod · 0.95
to_vineyard_tensorMethod · 0.95
to_vineyard_dataframeMethod · 0.95
outputMethod · 0.95

Calls 1

check_argumentFunction · 0.90

Tested by

no test coverage detected