Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ testFromNumber_subclass
Method
testFromNumber_subclass
Lib/test/test_fractions.py:616–617 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
614
check(a, 9, 5)
615
616
def
testFromNumber_subclass(self):
617
self.testFromNumber(DummyFraction)
618
619
620
def
test_is_integer(self):
Callers
nothing calls this directly
Calls
1
testFromNumber
Method · 0.95
Tested by
no test coverage detected