Ask a question to get started
Enter to send•Shift+Enter new line
Get the subgraphs of the graph.
get_subgraphs( self, *, namespace: str | None = None, recurse: bool = False ) -> Iterator[tuple[str, PregelProtocol]]
namespace
str | None
None
The namespace to filter the subgraphs by.
recurse
bool
False
Whether to recurse into the subgraphs. If False, only the immediate subgraphs will be returned.