Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c58 static void initsite(void);
284 initsite(); /* Module site */ in Py_InitializeEx()
621 initsite(); in Py_NewInterpreter()
723 initsite(void) in initsite() function