Searched refs:PyContextVar_New (Results 1 – 5 of 5) sorted by relevance
37 PyAPI_FUNC(PyObject *) PyContextVar_New(
112 .. c:function:: PyObject *PyContextVar_New(const char *name, PyObject *def)
164 PyContextVar_New(const char *name, PyObject *def) in PyContextVar_New() function
393 PyContextVar_New:PyObject*::+1:394 PyContextVar_New:const char*:name::395 PyContextVar_New:PyObject*:def:+1:
5542 current_context_var = PyContextVar_New("decimal_context", NULL); in PyInit__decimal()