ramp_database.model.HistoricalContributivity

class ramp_database.model.HistoricalContributivity(**kwargs)

HistoricalContributivity table.

Attributes
idint

The ID of the table row.

timestampdatetime

The date and time of the submission.

submission_idint

The ID of the submission.

submissionrampwf.model.Submission

The submission instance.

contributivityfloat

The contributivity of the current submission.

historical_contributivityfloat

The historical contributivity.

__init__(**kwargs)

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.