OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp_start
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/idlelib/
AutoComplete.py
131
comp_start
= curline[i:j]
141
comp_start
= curline[i:j]
153
if complete and not comp_what and not
comp_start
:
160
comp_lists, "insert-%dc" % len(
comp_start
),
/external/python/cpython3/Lib/idlelib/
autocomplete.py
130
comp_start
= curline[i:j]
141
comp_start
= curline[i:j]
153
if complete and not comp_what and not
comp_start
:
160
comp_lists, "insert-%dc" % len(
comp_start
),
Completed in 889 milliseconds