Searched defs:__round__ (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/ | ||
| D | fractions.py | 612 def __round__(self, ndigits=None): member in Fraction |
| D | numbers.py | 189 def __round__(self, ndigits=None): member in Real |
| D | typing.py | 2221 def __round__(self, ndigits: int = 0) -> T_co: member in SupportsRound |
| D | _pydecimal.py | 1830 def __round__(self, n=None): member in Decimal |
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | test_util.py | 864 def __round__(self): member in NonStandardInteger |
| /third_party/python/Modules/_decimal/tests/ | ||
| D | deccheck.py | 559 def __round__(self, t): member in SkipHandler |
| /third_party/python/Lib/test/ | ||
| D | test_builtin.py | 1411 def __round__(self): member in BuiltinTest.test_round.TestRound |