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

Method _check_selector

python/graphscope/framework/context.py:654–655  ·  view source on GitHub ↗
(self, selector)

Source from the content-addressed store, hash-verified

652 check_argument(self._saved_signature == self.signature)
653
654 def _check_selector(self, selector):
655 return self._context_node._check_selector(selector)
656
657 def to_numpy(self, selector, vertex_range=None, axis=0):
658 self._check_unmodified()

Callers 1

add_columnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected