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

Method to_vineyard_dataframe

python/graphscope/framework/context.py:675–679  ·  view source on GitHub ↗
(self, selector=None, vertex_range=None)

Source from the content-addressed store, hash-verified

673 )
674
675 def to_vineyard_dataframe(self, selector=None, vertex_range=None):
676 self._check_unmodified()
677 return self._session._wrapper(
678 self._context_node.to_vineyard_dataframe(selector, vertex_range)
679 )
680
681 def output(self, fd, selector, vertex_range=None, **kwargs):
682 """

Callers 4

to_vineyard_dataframeMethod · 0.45
test_contextFunction · 0.45
test_property_contextFunction · 0.45

Calls 2

_check_unmodifiedMethod · 0.95
_wrapperMethod · 0.80

Tested by 3

test_contextFunction · 0.36
test_property_contextFunction · 0.36