chat.collections.text_module

Classes

TextModuleCollection

Module Contents

class chat.collections.text_module.TextModuleCollection(session: sqlalchemy.orm.Session, type: str = '*', handler: str = 'ALL', owner: str = '*')[source]

Bases: onegov.core.collection.GenericCollection[onegov.chat.models.TextModule]

type = '*'[source]
handler = 'ALL'[source]
owner = '*'[source]
property model_class: type[onegov.chat.models.TextModule][source]
query() sqlalchemy.orm.Query[onegov.chat.models.TextModule][source]