pycopancore.private._trajectory_dictionary module¶
_Trajectory Dictionary Class.
This class defines the trajectory dictionary class, that is used to save trajectories in the runner. It inherits from dictionary and its aim is to have an extra save and load function, so that these processes are easily done by the user.
- class _TrajectoryDictionary[source]¶
Bases:
dictTrajectory Dictionary Class.
Inherits from dict