Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c50 context_new_from_vars(PyHamtObject *vars);
87 return (PyObject *)context_new_from_vars(ctx->ctx_vars); in PyContext_Copy()
99 return (PyObject *)context_new_from_vars(ctx->ctx_vars); in PyContext_CopyCurrent()
367 context_new_from_vars(PyHamtObject *vars) in context_new_from_vars() function
600 return (PyObject *)context_new_from_vars(self->ctx_vars); in _contextvars_Context_copy_impl()