Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_cmath.py68 def assertFloatIdentical(self, x, y): member in CMathTests
98 self.assertFloatIdentical(x.real, y.real)
99 self.assertFloatIdentical(x.imag, y.imag)