angelos.document.statements

Module docstring.

class angelos.document.statements.Revoked(nd: dict = {}, strict: bool = True)

Bases: angelos.document.statements.Statement

Short summary.

type

Description of attribute type.

Type

TypeField

issuance

Description of attribute issuance.

Type

UuidField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

class angelos.document.statements.Statement(nd: dict = {}, strict: bool = True)

Bases: angelos.document.document.Document

Short summary.

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

class angelos.document.statements.Trusted(nd: dict = {}, strict: bool = True)

Bases: angelos.document.statements.Statement, angelos.document.document.OwnerMixin

Short summary.

type

Description of attribute type.

Type

TypeField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

class angelos.document.statements.Verified(nd: dict = {}, strict: bool = True)

Bases: angelos.document.statements.Statement, angelos.document.document.OwnerMixin

Short summary.

type

Description of attribute type.

Type

TypeField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type