tendril.dox.db.model module

This file is part of tendril See the COPYING, README, and INSTALL files for more information

class tendril.dox.db.model.DocStoreDocument(**kwargs)[source]

Bases: tendril.utils.db.TimestampMixin, tendril.utils.db.BaseMixin, sqlalchemy.ext.declarative.api.Base

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.

docpath
doctype
efield
serialno_id
serialno
_sa_class_manager = <ClassManager of <class 'tendril.dox.db.model.DocStoreDocument'> at 7f6cbd663618>
created_at
id
updated_at