Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c3674 PyDec_AsTuple(PyObject *dec, PyObject *dummy UNUSED) in PyDec_AsTuple() function
4810 { "as_tuple", PyDec_AsTuple, METH_NOARGS, doc_as_tuple },