| 1 | """Functions for extracting subgraphs. |
| 2 | |
| 3 | The module only contains functions for extracting subgraphs deterministically. |
| 4 | For stochastic subgraph extraction, please see functions under :mod:`dgl.sampling`. |
nothing calls this directly
no test coverage detected