translator_directory.models.language

Module Contents

Classes

Language

Attributes

spoken_association_table

written_association_table

monitoring_association_table

mother_tongue_association_table

translator_directory.models.language.spoken_association_table[source]
translator_directory.models.language.written_association_table[source]
translator_directory.models.language.monitoring_association_table[source]
translator_directory.models.language.mother_tongue_association_table[source]
class translator_directory.models.language.Language[source]

Bases: onegov.core.orm.Base

property speakers_count: int[source]
property writers_count: int[source]
property monitors_count: int[source]
property native_speakers_count: int[source]
property deletable: bool[source]
__tablename__ = 'languages'[source]
__table_args__ = ()[source]
id: Column[uuid.UUID][source]
name: Column[str][source]
__repr__() str[source]

Return repr(self).