Exemplo n.º 1
0
 def complete_alt(self, text, snippet_id, len_chars, selected=0):
     return ct.ed_complete_alt(self.h, text, snippet_id, len_chars,
                               selected)
Exemplo n.º 2
0
 def complete_alt(self, text, snippet_id, len1):
     return ct.ed_complete_alt(self.h, text, snippet_id, len1)
Exemplo n.º 3
0
 def complete_alt(self, text, snippet_id, len_chars, selected=0):
     return ct.ed_complete_alt(self.h, text, snippet_id, len_chars, selected)
Exemplo n.º 4
0
 def complete_alt(self, text, snippet_id, len1):
     return ct.ed_complete_alt(self.h, text, snippet_id, len1)