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.