Home
last modified time | relevance | path

Searched refs:_convert_keys_to_ints (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dtest_info.py49 self.topology = self._convert_keys_to_ints(test_info['topology'])
55 … self.rloc16s = self._convert_hex_values(self._convert_keys_to_ints(test_info.get('rloc16s', {})))
77 def _convert_keys_to_ints(d: Dict[str, any]) -> Dict[int, any]: member in TestInfo