Annotated Types
This module provides custom type annotations for string lengths.
- loglan_core.service.annotated_types.str_008
A custom type annotation that annotates a string with a metadata value of 8. It can be used to associate a string with the number 8 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 8]
- loglan_core.service.annotated_types.str_016
A custom type annotation that annotates a string with a metadata value of 16. It can be used to associate a string with the number 16 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 16]
- loglan_core.service.annotated_types.str_032
A custom type annotation that annotates a string with a metadata value of 32. It can be used to associate a string with the number 32 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 32]
- loglan_core.service.annotated_types.str_064
A custom type annotation that annotates a string with a metadata value of 64. It can be used to associate a string with the number 64 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 64]
- loglan_core.service.annotated_types.str_128
A custom type annotation that annotates a string with a metadata value of 128. It can be used to associate a string with the number 128 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 128]
- loglan_core.service.annotated_types.str_255
A custom type annotation that annotates a string with a metadata value of 255. It can be used to associate a string with the number 255 in certain contexts, such as specifying the length for a string field in a database.
alias of
Annotated[str, 255]