models.user
Represents an authenicatable User with access to an Entity.
Module Contents
Classes
Represents an authenticatable User with access to an Entity. |
- class models.user.User
Bases:
python_accounting.mixins.IsolatingMixin,models.base.BaseRepresents an authenticatable User with access to an Entity.
- name: sqlalchemy.orm.Mapped[str]
The name of the User.
- Type:
(str)
- email: sqlalchemy.orm.Mapped[str]
A unique email to identify the User.
- Type:
(str)
- __repr__() str