Utilities¶
- class jangle.utils.StrReprCls[source]¶
Provides __repr__ showing the object’s module, class name and string representation.
- jangle.utils.choice_from_iana(choices: type[django.db.models.enums.TextChoices], string: str) Any[source]¶
Chooses a Django TextChoices field from text used in the IANA registry.