deirokay.parser.treaters.get_treater_instance

deirokay.parser.treaters.get_treater_instance(option: Dict[str, Any], backend: Backend) BaseTreater[source]

Create a treater instance from a Deirokay-style option.

Example

option = {
    'dtype': 'integer',
    'thousand_sep': ','
}