NetworkX
2.3
Install
Tutorial
Reference
Introduction
Graph types
Algorithms
Functions
Graph
Nodes
Edges
Self loops
Attributes
Freezing graph structure
networkx.classes.function.freeze
networkx.classes.function.is_frozen
Graph generators
Linear algebra
Converting to and from other data formats
Relabeling nodes
Reading and writing graphs
Drawing
Randomness
Exceptions
Utilities
Glossary
Developer Guide
Release Log
License
Credits
Citing
Bibliography
Examples
NetworkX
Docs
»
Reference
»
Functions
»
networkx.classes.function.is_frozen
networkx.classes.function.is_frozen
¶
is_frozen
(
G
)
[source]
¶
Returns True if graph is frozen.
Parameters
G
(
graph
) – A NetworkX graph
See also
freeze()