datopy.modeling.CustomTypes#

class CustomTypes[source]#

Bases: object

Reusable custom field types. Whitespace around commas should be stripped before analysis.

Methods

CSVnumsent

CSVnumstr

CSVstr

CSVnumsent#

alias of Annotated[str]

CSVnumstr#

alias of Annotated[str]

CSVstr#

alias of Annotated[str]