Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/scripts/thread-cert/
Ddtls.py241 def __init__(self, subrange, ele_cls, elements): argument
243 self.ele_cls = ele_cls
251 …stance(self, type(other)) and self.subrange == other.subrange and self.ele_cls == other.ele_cls and
259 def from_bytes(cls, ele_cls, subrange, data): argument
264 elements.append(ele_cls.from_bytes(data))
265 return cls(subrange, ele_cls, elements)