Searched refs:_IEEE_cmplx (Results 1 – 1 of 1) sorted by relevance
764 def _IEEE_cmplx(real, imag): member in _BinaryFormat817 return _BinaryFormat._IEEE_cmplx(*struct.unpack("ff", s.read(8)))822 return _BinaryFormat._IEEE_cmplx(*struct.unpack("dd", s.read(16)))