Cell.is_vertex_connected

Cell.is_vertex_connected(key)

Verify that a vertex is connected.

Parameters

key (int) – The identifier of the vertex.

Returns

bool – True if the vertex is connected to at least one other vertex. False otherwise.