GMLExporter#

class eclypse.io.defaults.gml.GMLExporter[source]#

Bases: NetworkXExporter

Exporter for GML files.

Methods

write_data(data, target, *[, context])

Write a NetworkX graph to a GML file.

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