eric6/DebugClients/Python/FlexCompleter.py

changeset 8207
d359172d11be
parent 7960
e8fc383322f7
child 8217
385f60c94548
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
52 import __main__ 52 import __main__
53 53
54 __all__ = ["Completer"] 54 __all__ = ["Completer"]
55 55
56 56
57 class Completer(object): 57 class Completer:
58 """ 58 """
59 Class implementing the command line completer object. 59 Class implementing the command line completer object.
60 """ 60 """
61 def __init__(self, namespace=None): 61 def __init__(self, namespace=None):
62 """ 62 """

eric ide

mercurial