class documentation
class Category(str):
Category label for metadata values.
This class is used to distinguish categorical metadata values from free-form string values.
| Class Method | __get |
Undocumented |
@classmethod
def __get_pydantic_core_schema__(cls, source_type: Any, handler: GetCoreSchemaHandler) -> core_schema.CoreSchema:
ΒΆ
Undocumented