Skip to content

one_line

OneLineEntry

Bases: BaseEntry

details = pydantic.Field(examples=['English (native), Spanish (fluent)', 'US Citizen', 'Top Secret']) class-attribute instance-attribute

entry_type_in_snake_case cached property

Convert class name to snake_case for template attribute lookup.

Why

Template collections store entry templates keyed by snake_case entry type names (e.g., education_entry). This property enables dynamic lookup from the class name.

Returns:

  • str

    Snake_case version of the entry class name.

label = pydantic.Field(examples=['Languages', 'Citizenship', 'Security Clearance']) class-attribute instance-attribute

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