Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dcontext.c.h112 _contextvars_ContextVar_get_impl(PyContextVar *self, PyObject *default_value);
125 return_value = _contextvars_ContextVar_get_impl(self, default_value); in _contextvars_ContextVar_get()
/external/python/cpython3/Python/
Dcontext.c917 _contextvars_ContextVar_get_impl(PyContextVar *self, PyObject *default_value) in _contextvars_ContextVar_get_impl() function