#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.classes.function.is_frozen

is_frozen(G)[source]

Returns True if graph is frozen.

Parameters

G (graph) – A NetworkX graph

See also

freeze()