Return the context of this graph index. Returns ------- DGLContext The context of the graph.
(self)
| 913 | return _CAPI_DGLToImmutable(self) |
| 914 | |
| 915 | def ctx(self): |
| 916 | """Return the context of this graph index. |
| 917 | |
| 918 | Returns |
| 919 | ------- |
| 920 | DGLContext |
| 921 | The context of the graph. |
| 922 | """ |
| 923 | return _CAPI_DGLGraphContext(self) |
| 924 | |
| 925 | @property |
| 926 | def dtype(self): |
no outgoing calls