Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c58 static _PyInitError initsite(void);
987 err = initsite(); /* Module site */ in _Py_InitializeMainInterpreter()
1482 err = initsite(); in new_interpreter()
1659 initsite(void) in initsite() function
/external/python/cpython2/Python/
Dpythonrun.c50 static void initsite(void);
291 initsite(); /* Module site */ in Py_InitializeEx()
630 initsite(); in Py_NewInterpreter()
732 initsite(void) in initsite() function