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

Method radix

Lib/_pydecimal.py:3609–3611  ·  view source on GitHub ↗

Just returns 10, as this is Decimal, :)

(self)

Source from the content-addressed store, hash-verified

3607 return "+Normal"
3608
3609 def radix(self):
3610 """Just returns 10, as this is Decimal, :)"""
3611 return Decimal(10)
3612
3613 def rotate(self, other, context=None):
3614 """Returns a rotated copy of self, value-of-other times."""

Callers 2

test_radixMethod · 0.45
test_c_funcsMethod · 0.45

Calls 1

DecimalClass · 0.85

Tested by 2

test_radixMethod · 0.36
test_c_funcsMethod · 0.36