parser\_utils ============= .. currentmodule:: icicle.utils.parser_utils .. automodule:: icicle.utils.parser_utils :ignore-module-all: .. rubric:: Functions .. autosummary:: ~bitfield_bool ~catch_failure ~float_list ~float_or_strings ~int_map ~numeric_bool ~numeric_float ~numeric_int ~str_map ~string_bool ~strip_float ~strip_str ~truthy_bool .. rubric:: Classes .. autosummary:: ~PassOriginalValueOnError bitfield\_bool -------------- .. autofunction:: bitfield_bool catch\_failure -------------- .. autofunction:: catch_failure float\_list ----------- .. autofunction:: float_list float\_or\_strings ------------------ .. autofunction:: float_or_strings int\_map -------- .. autofunction:: int_map numeric\_bool ------------- .. autofunction:: numeric_bool numeric\_float -------------- .. autofunction:: numeric_float numeric\_int ------------ .. autofunction:: numeric_int str\_map -------- .. autofunction:: str_map string\_bool ------------ .. autofunction:: string_bool strip\_float ------------ .. autofunction:: strip_float strip\_str ---------- .. autofunction:: strip_str truthy\_bool ------------ .. autofunction:: truthy_bool PassOriginalValueOnError ------------------------ .. autoclass:: PassOriginalValueOnError :members: :undoc-members: :show-inheritance: .. automethod:: __init__