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)
163 PyContextVar_New(const char *name, PyObject *def) in PyContextVar_New() function
375 PyContextVar_New:PyObject*::+1:376 PyContextVar_New:const char*:name::377 PyContextVar_New:PyObject*:def:+1:
5542 current_context_var = PyContextVar_New("decimal_context", NULL); in PyInit__decimal()