pyufunc.pickle_load#

pyufunc.pickle_load(filename)#

Load an object from a file using the pickle module.

Parameters:

filename (str | Path) – The filename to load the object from.

Returns:

_description_

Return type:

object