The records module defines the Record class, which gathers and stores information about an individual simulation or analysis run.
Bases: future.types.newobject.newobject
The Record class has two main roles: capturing information about the context of a computation, and storing this information for later retrieval.
Return the command-line string for the computation captured by this record.
Delete any data files associated with this record.
Return a description of the record.
Determine the difference between this computational experiment and another (code, platform, results, etc.).
Return a RecordDifference object.
Record information about the environment.
Launch the simulation or analysis.
Bases: future.types.newobject.newobject
Represents the difference between two Record objects.