Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c547 static int test_init_isolated(void) in test_init_isolated() function
619 { "init_isolated", test_init_isolated },
/external/python/cpython3/Lib/test/
Dtest_embed.py561 def test_init_isolated(self): member in InitConfigTests