tasi.io.orm.DimensionORM#
- class tasi.io.orm.DimensionORM(**kwargs)[source]#
- __init__(**kwargs)[source]#
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.
Methods
__init__(**kwargs)A simple constructor that allows initialization from kwargs.
get(session, **kwargs)Get the entry from the database of this entity based on the given keyword-arguments.
Attributes
heightThe traffic participant's height in meter
idlengthThe traffic participant's length in meter
metadataRefers to the
_schema.MetaDatacollection that will be used for new_schema.Tableobjects.registryRefers to the
_orm.registryin use where new_orm.Mapperobjects will be associated.widthThe traffic participant's width in meter