NetworkX
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Search
|
Download
|
Developer Site
|
Documentation
»
Reference
»
Reading and Writing
»
YAML
»
Previous topic
networkx.read_yaml
Next topic
SparseGraph6
Quick search
networkx.write_yaml
¶
write_yaml
(
G
,
path
,
default_flow_style=False
,
**kwds
)
¶
Write graph G in YAML text format to path.
See
http://www.yaml.org
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Search
|
Download
|
Developer Site
|
Documentation
»
Reference
»
Reading and Writing
»
YAML
»