GMLExporter.write_data#
- GMLExporter.write_data(data, target, *, context=None)[source]
Write a NetworkX graph to a GML file.
- Parameters:
data (AssetGraph) – The graph to write.
target (str | Path) – The target GML path.
context (IOContext | None) – Optional import/export customisation.
- Return type:
None