Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dautocomplete.py28 TRY_A = False, False, False, ATTRS # '.' for attributes. variable
88 args = TRY_A if lastchar == "." else TRY_F
/third_party/python/Lib/idlelib/idle_test/
Dtest_autocomplete.py121 (acp.popupwait, acp._delayed_open_completions, ac.TRY_A))