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

Method denominator

Lib/test/test_numeric_tower.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def denominator(self):
35 return DummyIntegral(1)
36
37
38class HashTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

DummyIntegralClass · 0.85

Tested by

no test coverage detected