cardea.Cardea.load

classmethod Cardea.load(path)[source]

Load an Orion instance from a pickle file.

Parameters

path (str) – Path to the file where the instance has been previously serialized.

Returns

A Cardea instance

Return type

Cardea

Raises

ValueError – If the serialized object is not an Cardea instance.