MCPcopy Index your code
hub / github.com/python/cpython / test_floats

Method test_floats

Lib/test/test_descr.py:266–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 self.fail("NotImplemented should have caused TypeError")
265
266 def test_floats(self):
267 # Testing float operations...
268 self.number_operators(100.0, 3.0)
269
270 def test_complexes(self):
271 # Testing complex operations...

Callers

nothing calls this directly

Calls 1

number_operatorsMethod · 0.95

Tested by

no test coverage detected