Home
last modified time | relevance | path

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

/external/python/cpython3/Programs/
D_testembed.c751 static int test_init_env_dev_mode_alloc(void) in test_init_env_dev_mode_alloc() function
1836 {"test_init_env_dev_mode_alloc", test_init_env_dev_mode_alloc},
/external/python/cpython3/Lib/test/
Dtest_embed.py924 def test_init_env_dev_mode_alloc(self): member in InitConfigTests