from_pickle
Loads the pickled representation of a graph object from a file.
sasviya.network.utils.conversions.from_pickle(filename, **kwargs)
Parameters
- filename : str
-
Specifies the file name to load.
Returns
- SAS graph object
-
Returns the graph that is loaded from the pickled representation.
Last updated: July 28, 2026