Searched refs:_convert_hex_values (Results 1 – 1 of 1) sorted by relevance
55 … self.rloc16s = self._convert_hex_values(self._convert_keys_to_ints(test_info.get('rloc16s', {})))81 def _convert_hex_values(d: Dict[any, str]) -> Dict[any, int]: member in TestInfo