ewokscore.graph.serialize.dump#
- ewokscore.graph.serialize.dump(graph, destination=None, representation=None, **save_options)[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]