load_object¶
- Project.load_object(filename)[source]¶
Loads a single object from a pickle file
- Parameters
filename (str or Path) – The name of the file containing the saved object. Can include an absolute or relative path as well. If only a filename is given it will be saved in the current working directory. The object type is inferred from
- Returns
- Return type
None