GraphExporter.dump#

GraphExporter.dump(graph, target, *, context=None)[source]

Export a graph object to the provided target.

Parameters:
  • graph (TGraph) – The graph object to export.

  • target (str | Path) – The target path where the graph is written.

  • context (IOContext | None) – Optional import/export customisation.

Return type:

None