Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
38
class
HashTest(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
DummyIntegral
Class · 0.85
Tested by
no test coverage detected