Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1793 static int test_run_main_loop(void) in test_run_main_loop() function
2107 {"test_run_main_loop", test_run_main_loop},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py324 def test_run_main_loop(self): member in EmbeddingTests