Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h64 PyObject **sysmod_p);
/third_party/python/Python/
Dsysmodule.c3081 _PySys_Create(PyThreadState *tstate, PyObject **sysmod_p) in _PySys_Create() argument
3125 *sysmod_p = sysmod; in _PySys_Create()