Skip to content

entry

entry_type_to_snake_case_pattern = re.compile('(?<!^)(?=[A-Z])') module-attribute

BaseEntry

Bases: BaseModelWithExtraKeys

entry_type_in_snake_case cached property

model_config = pydantic.ConfigDict(json_schema_extra={'description': None}) class-attribute instance-attribute