Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h222 sys_intern_impl(PyObject *module, PyObject *s);
238 return_value = sys_intern_impl(module, s); in sys_intern()
/external/python/cpython3/Python/
Dsysmodule.c904 sys_intern_impl(PyObject *module, PyObject *s) in sys_intern_impl() function