Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dcontext.c.h109 _contextvars_Context_copy_impl(PyContext *self);
114 return _contextvars_Context_copy_impl(self); in _contextvars_Context_copy()
/third_party/python/Python/
Dcontext.c642 _contextvars_Context_copy_impl(PyContext *self) in _contextvars_Context_copy_impl() function