Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcontext.c51 context_new_from_vars(PyHamtObject *vars);
96 return (PyObject *)context_new_from_vars(ctx->ctx_vars); in PyContext_Copy()
108 return (PyObject *)context_new_from_vars(ctx->ctx_vars); in PyContext_CopyCurrent()
392 context_new_from_vars(PyHamtObject *vars) in context_new_from_vars() function
645 return (PyObject *)context_new_from_vars(self->ctx_vars); in _contextvars_Context_copy_impl()