Home
last modified time | relevance | path

Searched refs:found_default (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_extensions.py239 found_default = False
244 found_default = True
245 self.assertTrue(found_default)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_extensions.py246 found_default = False
251 found_default = True
252 self.assertTrue(found_default)
/external/python/cpython2/Python/
Dast.c669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; in ast_for_arguments() local
718 found_default = 1; in ast_for_arguments()
720 else if (found_default) { in ast_for_arguments()
/external/python/cpython3/Python/
Dast.c1339 int nposdefaults = 0, found_default = 0; in ast_for_arguments() local
1419 found_default = 1; in ast_for_arguments()
1421 else if (found_default) { in ast_for_arguments()