Package mbdyn :: Module record
[hide private]

Module record

source code

The module defining the Record class. Record allows to select the attributes that need to be saved on an object. See the description of RecordBase for the reason of not using the pickle mechanism.

Classes [hide private]
  ParametersToSave
A dictionary on which attributes can be added.
  RecordBase
An object that have the values of its own attributes in a dictionary ParametersToSave.
  Record
An object that is able to save some of its attributes.