Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c1596 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() function
1693 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() function
5728 { "getcontext", (PyCFunction)PyDec_GetCurrentContext, METH_NOARGS, doc_getcontext},