EntryContentConverter
- class LOGS.Entities.LabNotebookEntryContent.EntryContentConverter.EntryContentConverter[source]
Bases:
Generic[_T]- classmethod convert(item, fieldName=None)[source]
- Return type:
TypeVar(_T, bound=EntryContentItem)
- classmethod convertList(items, fieldName=None)[source]
- Return type:
list[TypeVar(_T, bound=EntryContentItem)]