Block.vertex_edges

Block.vertex_edges(vertex)

Find all edges connected to a given vertex.

Parameters:
vertexint
Returns:
list[tuple[int, int]]