Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/scripts/thread-cert/
Dcoap.py172 def is_equal_dotted(self, dotted_code): member in CoapCode
185 return self.is_equal_dotted(other)
Dmessage.py397 if not m.coap.code.is_equal_dotted(code):