fips.Block.from_file#

classmethod Block.from_file(path)#

Load object from a pickle file.

Parameters:

path (str or Path) – File path to load from.

Returns:

The unpickled object.

Return type:

object