Home
last modified time | relevance | path

Searched refs:change_rounding_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_decimal.py218 'rounding' : self.change_rounding_method,
399 def change_rounding_method(self, rounding): member in DecimalTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_decimal.py197 'rounding' : self.change_rounding_method,
476 def change_rounding_method(self, rounding): member in IBMTestCases