Searched refs:_length (Results 1 – 1 of 1) sorted by relevance
98 return cls._length140 _length = CalcSize(_format) variable in Struct.CStruct154 numfields = len(struct.unpack(_format, b"\x00" * _length))165 data = data[:self._length]192 if len(tuple_or_bytes) < self._length:194 (self._name, self._length, len(tuple_or_bytes)))226 return cls._length