Block.is_edge_on_boundary

Block.is_edge_on_boundary(edge)

Verify that an edge is on the boundary.

Parameters:
edgetuple[int, int]

The identifier of the edge.

Returns:
bool

True if the edge is on the boundary. False otherwise.