Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c1457 static int test_init_setpythonhome(void) in test_init_setpythonhome() function
1698 {"test_init_setpythonhome", test_init_setpythonhome},
/external/python/cpython3/Lib/test/
Dtest_embed.py1151 def test_init_setpythonhome(self): member in InitConfigTests