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

Method numerator

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

Source from the content-addressed store, hash-verified

28
29 @property
30 def numerator(self):
31 return DummyIntegral(self)
32
33 @property
34 def denominator(self):

Callers

nothing calls this directly

Calls 1

DummyIntegralClass · 0.85

Tested by

no test coverage detected