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

Method graph_type

python/graphscope/nx/classes/graph.py:499–505  ·  view source on GitHub ↗

The type of the graph object. Returns: type (`types_pb2.GraphType`): the type of the graph.

(self)

Source from the content-addressed store, hash-verified

497
498 @property
499 def graph_type(self):
500 """The type of the graph object.
501
502 Returns:
503 type (`types_pb2.GraphType`): the type of the graph.
504 """
505 return self._graph_type
506
507 @property
508 @patch_docstring(RefGraph.name)

Calls

no outgoing calls

Tested by

no test coverage detected