OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Completer
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py
3
The
completer
completes keywords, built-ins and globals in a selectable
16
- Exceptions raised by the
completer
function are *ignored* (and generally cause
28
raw_input(), and thus these also benefit/suffer from the
completer
30
specifying its own
completer
function and using raw_input() for all
41
__all__ = ["
Completer
"]
43
class
Completer
:
45
"""Create a new
completer
for the command line.
47
Completer
([namespace]) ->
completer
instance.
53
Completer
instances should be used as the completion mechanism o
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py
3
The
completer
completes keywords, built-ins and globals in a selectable
16
- Exceptions raised by the
completer
function are *ignored* (and generally cause
28
raw_input(), and thus these also benefit/suffer from the
completer
30
specifying its own
completer
function and using raw_input() for all
41
__all__ = ["
Completer
"]
43
class
Completer
:
45
"""Create a new
completer
for the command line.
47
Completer
([namespace]) ->
completer
instance.
53
Completer
instances should be used as the completion mechanism o
[
all
...]
Completed in 1796 milliseconds