parser\_utils ============= .. currentmodule:: icicle.utils.parser_utils .. automodule:: icicle.utils.parser_utils :ignore-module-all: .. rubric:: Functions .. autosummary:: ~bitfield_bool ~float_list ~float_or_strings ~int_map ~numeric_bool ~numeric_float ~numeric_int ~str_map ~string_bool ~strip_float ~strip_str ~truthy_bool bitfield\_bool -------------- .. autofunction:: bitfield_bool 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