MCPcopy Index your code
hub / github.com/RustPython/RustPython / MyDecimal

Class MyDecimal

Lib/test/test_decimal.py:2264–2265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262 Decimal = self.decimal.Decimal
2263
2264 class MyDecimal(Decimal):
2265 y = None
2266
2267 d1 = MyDecimal(1)
2268 d2 = MyDecimal(2)

Callers 2

test_subclassingMethod · 0.70
test_from_floatMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_subclassingMethod · 0.56
test_from_floatMethod · 0.56