Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1557 static int test_init_setpythonhome(void) in test_init_setpythonhome() function
2102 {"test_init_setpythonhome", test_init_setpythonhome},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py1268 def test_init_setpythonhome(self): member in InitConfigTests