Searched refs:_length (Results 1 – 1 of 1) sorted by relevance
95 return cls._length137 _length = CalcSize(_format) variable in Struct.CStruct151 numfields = len(struct.unpack(_format, "\x00" * _length))162 data = data[:self._length]189 if len(tuple_or_bytes) < self._length:191 (self._name, self._length, len(tuple_or_bytes)))223 return cls._length