MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_powfloat

Method test_powfloat

Lib/test/test_pow.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.powtest(int)
61
62 def test_powfloat(self):
63 self.powtest(float)
64
65 def test_other(self):
66 # Other tests-- not very systematic

Callers

nothing calls this directly

Calls 1

powtestMethod · 0.95

Tested by

no test coverage detected