angelos.document.entities¶
Module docstring.
-
class
angelos.document.entities.Church(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.entities.Entity,angelos.document.entity_mixin.ChurchMixinShort summary.
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
changeables()¶ Fields that are changeable when updating.
-
-
class
angelos.document.entities.Entity(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.document.Document,angelos.document.document.ChangeableMixinShort summary.
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
-
class
angelos.document.entities.Keys(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.document.DocumentShort summary.
-
verify¶ Description of attribute verify.
- Type
-
public¶ Description of attribute public.
- Type
-
signature¶ Description of attribute signature.
- Type
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
-
class
angelos.document.entities.Ministry(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.entities.Entity,angelos.document.entity_mixin.MinistryMixinShort summary.
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
changeables() → tuple¶ Fields that are changeable when updating.
-
-
class
angelos.document.entities.Person(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.entities.Entity,angelos.document.entity_mixin.PersonMixinShort summary.
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-
changeables() → tuple¶ Fields that are changeable when updating.
-
-
class
angelos.document.entities.PrivateKeys(nd: dict = {}, strict: bool = True)¶ Bases:
angelos.document.document.DocumentShort summary.
-
secret¶ Description of attribute secret.
- Type
-
seed¶ Description of attribute seed.
- Type
-
signature¶ Description of attribute signature.
- Type
-
apply_rules() → bool¶ Short summary.
- Returns
Description of returned object.
- Return type
type
-