BendNetwork.has_node

BendNetwork.has_node(key)

Verify if a specific node is present in the graph.

Parameters:
keyhashable

The identifier of the node.

Returns:
bool

True or False.

See also

has_edge()