Home
last modified time | relevance | path

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

/third_party/python/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},
/third_party/python/Lib/test/
Dtest_embed.py924 def test_init_env_dev_mode_alloc(self): member in InitConfigTests