Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c1585 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() function
1682 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() function
5560 { "getcontext", (PyCFunction)PyDec_GetCurrentContext, METH_NOARGS, doc_getcontext},