Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dlayer_fields_container.py47 subpath = self._path + '.' + name
48 v = get_layer_field(self._packet, subpath)
52 def has(self, subpath): argument
58 subpath = self._path + '.' + subpath
59 return check_layer_field_exists(self._packet, subpath) is not None