Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c1925 static int test_run_counter = 0; variable
1930 if (test_run_counter) { in test_datetime_capi()
1940 test_run_counter++; in test_datetime_capi()
/external/python/cpython3/Modules/
D_testcapimodule.c2206 static int test_run_counter = 0; variable
2211 if (test_run_counter) { in test_datetime_capi()
2221 test_run_counter++; in test_datetime_capi()