Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c107 _PyContext_Enter(PyThreadState *ts, PyObject *octx) in _PyContext_Enter() function
134 return _PyContext_Enter(ts, octx); in PyContext_Enter()
645 if (_PyContext_Enter(ts, (PyObject *)self)) { in context_run()