Searched refs:PyContextVar_New (Results 1 – 5 of 5) sorted by relevance
37 PyAPI_FUNC(PyObject *) PyContextVar_New(
107 .. c:function:: PyObject *PyContextVar_New(const char *name, PyObject *def)
177 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:
5855 ASSIGN_PTR(current_context_var, PyContextVar_New("decimal_context", NULL)); in PyInit__decimal()