Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dautocomplete.py29 TRY_F = False, False, False, FILES # '/' in quotes for file name. variable
88 args = TRY_A if lastchar == "." else TRY_F
/third_party/python/Lib/idlelib/idle_test/
Dtest_autocomplete.py134 (acp.popupwait, acp._delayed_open_completions, ac.TRY_F))