Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyDecimal
Class
MyDecimal
Lib/test/test_decimal.py:2259–2260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2257
Decimal = self.decimal.Decimal
2258
2259
class
MyDecimal(Decimal):
2260
y = None
2261
2262
d1 = MyDecimal(1)
2263
d2 = MyDecimal(2)
Callers
2
test_subclassing
Method · 0.70
test_from_float
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_subclassing
Method · 0.56
test_from_float
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…