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

Method _check_unmodified

python/graphscope/framework/graph.py:1165–1168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1163 return self._is_multigraph
1164
1165 def _check_unmodified(self):
1166 check_argument(
1167 self.signature == self._saved_signature, "Graph has been modified!"
1168 )
1169
1170 @staticmethod
1171 def _load_from_graphar(path, sess, **kwargs):

Callers 2

to_numpyMethod · 0.95
to_dataframeMethod · 0.95

Calls 1

check_argumentFunction · 0.90

Tested by

no test coverage detected