ewokscore.graph.serialize.load#
- ewokscore.graph.serialize.load(source=None, representation=None, root_dir=None, root_module=None)[source]#
From persistent to runtime representation
- Parameters:
source (
Union
[str
,Path
,Mapping
,Graph
,None
])representation (
Union
[GraphRepresentation
,str
,None
])root_dir (
Union
[str
,Path
,None
])root_module (
Optional
[str
])
- Return type:
DiGraph