Home
last modified time | relevance | path

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

/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