convert (value, to, *[, accept_localized, ...])
|
|
get_duration_iso_string (duration)
|
|
get_postgresql_array_literal (values)
|
Parse an Iterable into an array literal (using PostgreSQL syntax). |
get_visual_iterable_literal (values, *[, ...])
|
|
get_visual_mapping_literal (values, *[, ...])
|
|
parse_bool (value)
|
|
parse_date (value, *[, accept_localized])
|
|
parse_datetime (value, *[, accept_localized])
|
|
parse_decimal (value, *[, decimal_digits, ...])
|
|
parse_dict (value, *[, separator])
|
|
parse_float (value, *[, accept_localized])
|
|
parse_func_parameters (func, *args)
|
Convert args (list of strings typically comming from the command line) into typed args and kwargs for func. |
parse_list (value, *[, separator])
|
|
parse_postgresql_array_literal (value)
|
Parse an array literal (using PostgreSQL syntax) into a list. |
to_str (value)
|
|