Searched defs:__trunc__ (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_int.py | 386 def __trunc__(self): member in IntTestCases.test_intconversion.IntOverridesTrunc |
| D | test_math.py | 1587 def __trunc__(self): member in MathTests.test_trunc.TestTrunc |
| D | test_long.py | 393 def __trunc__(self): member in LongTest.test_conversion.LongTrunc |
| /third_party/python/Lib/ | ||
| D | fractions.py | 604 def __trunc__(a): member in Fraction |
| D | numbers.py | 166 def __trunc__(self): member in Real |
| D | _pydecimal.py | 1643 __trunc__ = __int__ variable in Decimal |
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | test_util.py | 783 def __trunc__(self): member in NonStandardInteger |