Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c96 } PyDecContextManagerObject; typedef
1742 PyDecContextManagerObject *self; in ctxmanager_new()
1769 self = PyObject_New(PyDecContextManagerObject, in ctxmanager_new()
1799 ctxmanager_dealloc(PyDecContextManagerObject *self) in ctxmanager_dealloc()
1807 ctxmanager_set_local(PyDecContextManagerObject *self, PyObject *args UNUSED) in ctxmanager_set_local()
1822 ctxmanager_restore_global(PyDecContextManagerObject *self, in ctxmanager_restore_global()
1847 sizeof(PyDecContextManagerObject), /* tp_basicsize */