mate_rest_client.graphs module

Python API bindings for POI endpoints in the MATE REST API.

class mate_rest_client.graphs.GraphRoutes(client: mate_rest_client.Client)

Bases: mate_rest_client.common.Routes

An adapter for interactions with Graph endpoints.

Parameters

client (mate_rest_client.Client) –

Return type

None

get_function_nodes(build: builds.Build) Iterator[FlowfinderNode]
Parameters

build (builds.Build) –

Return type

Iterator[FlowfinderNode]

get_graph(build: builds.Build, req: GraphRequest) FlowfinderGraph
Parameters
Return type

FlowfinderGraph

get_node(build: builds.Build, node_id: str) FlowfinderGraph
Parameters
Return type

FlowfinderGraph

get_slice(build: builds.Build, req: SliceRequest) FlowfinderGraph
Parameters
Return type

FlowfinderGraph