Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c4661 dec_trunc(PyObject *self, PyObject *dummy UNUSED) in dec_trunc() function
4821 { "__trunc__", dec_trunc, METH_NOARGS, NULL },