load¶
-
load(file)¶ Load an object from a compressed file
Wraps
pickle.load()with the same conveniences aspb.save().Parameters: - file : Union[str, pathlib.Path]
May be a
str, apathlibobject or a file object created withopen().
load(file)¶Load an object from a compressed file
Wraps pickle.load() with the same conveniences as pb.save().
| Parameters: |
|
|---|