models.user

Represents an authenicatable User with access to an Entity.

Module Contents

Classes

User

Represents an authenticatable User with access to an Entity.

class models.user.User

Bases: python_accounting.mixins.IsolatingMixin, models.base.Base

Represents 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