Searched refs:get_value_as_float (Results 1 – 2 of 2) sorted by relevance
26 from src.utils.value_parser import get_value_as_int, get_value_as_str, get_value_as_float80 …self.distance = get_value_as_float(frame_node_str, get_sample_key(event_procedure_keyword, 'distan…
58 def get_value_as_float(input_str, keyword, value_separator_count=0, is_last=False): function