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

Method converter

Lib/test/test_time.py:1029–1031  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1027 denom = decimal.Decimal(denominator)
1028
1029 def converter(value):
1030 d = decimal.Decimal(value) / denom
1031 return self.decimal_round(d)
1032
1033 return converter
1034

Callers 1

formatTimeMethod · 0.45

Calls 1

decimal_roundMethod · 0.80

Tested by

no test coverage detected