Searched refs:ele_cls (Results 1 – 1 of 1) sorted by relevance
241 def __init__(self, subrange, ele_cls, elements): argument243 self.ele_cls = ele_cls251 …stance(self, type(other)) and self.subrange == other.subrange and self.ele_cls == other.ele_cls and259 def from_bytes(cls, ele_cls, subrange, data): argument264 elements.append(ele_cls.from_bytes(data))265 return cls(subrange, ele_cls, elements)