The subgraph structure Returns ------- GraphIndex The subgraph
(self)
| 1020 | |
| 1021 | @property |
| 1022 | def graph(self): |
| 1023 | """The subgraph structure |
| 1024 | |
| 1025 | Returns |
| 1026 | ------- |
| 1027 | GraphIndex |
| 1028 | The subgraph |
| 1029 | """ |
| 1030 | return _CAPI_DGLSubgraphGetGraph(self) |
| 1031 | |
| 1032 | @property |
| 1033 | def induced_nodes(self): |
no outgoing calls