The type of the graph object. Returns: type (`types_pb2.GraphType`): the type of the graph.
(self)
| 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) |
no outgoing calls
no test coverage detected