ramp_database.model.Extension

class ramp_database.model.Extension(**kwargs)

Extension table.

Attributes
idint

The ID of the table row.

namestr

The name of the extension.

submission_file_typeslist of ramp_database.model.SubmissionFileTypeExtension

A back-reference to the submission file types for this extension.

__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.