module documentation

defines generic type conversion functions, as used in bind and result processors.

They all share one common characteristic: None is passed through unchanged.

Function py​_fallback Undocumented
Function str​_to​_datetime​_processor​_factory Undocumented
Function to​_conditional​_unicode​_processor​_factory Undocumented
Function to​_decimal​_processor​_factory Undocumented
Function to​_unicode​_processor​_factory Undocumented
def py_fallback():

Undocumented

def str_to_datetime_processor_factory(regexp, type_):

Undocumented

def to_conditional_unicode_processor_factory(encoding, errors=None):

Undocumented

def to_decimal_processor_factory(target_class, scale):

Undocumented

def to_unicode_processor_factory(encoding, errors=None):

Undocumented