ewokscore.graph.serialize.dump#
- ewokscore.graph.serialize.dump(graph, destination=None, representation=None, **kw)[source]#
From runtime to persistent representation
- Parameters:
graph (
DiGraph
)destination (
Union
[str
,Path
,None
])representation (
Union
[GraphRepresentation
,str
,None
])
- Return type:
Union
[str
,Path
,dict
]