• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/vim-53/runtime/autoload/

Lines Matching +refs:return +refs:from

9 " Add an "unsafe eval" mode, to allow for return type evaluation
28 " * Removed newline removal from docs. It appears vim handles these better in
67 return idx
68 "findstart = 0 when we need to return the list of completions
85 return g:pythoncomplete_completions
92 from token import NAME, DEDENT, NEWLINE, STRING
110 return xa > ya
112 return -1
114 return xa > ya
116 return 1
118 return -1
120 return xa > ya
122 return 0
157 return doc.replace('"',' ').replace("'",' ')
161 try: return class_ob.__init__.im_func
165 if rc is not None: return rc
166 return None
206 return arg_text
222 return [{'word':self._cleanstr(args),'info':self._cleanstr(doc)}]
267 return completions
271 return []
286 return sub
304 return Scope(self.name,indent,self.docstr)
319 str += 'class _PyCmplNoType:\n def __getattr__(self,name):\n return None\n'
325 return str
332 return outer
336 return ' '*self.indent
340 return ' '*(self.indent+1)
350 return c
360 return str
368 return Function(self.name,self.params,indent, self.docstr)
374 return str
387 return ('', token)
396 return (".".join(name), token)
409 return imports
432 return names
437 if tokentype != NAME: return None
440 if open != '(': return None
444 if colon != ':': return None
446 return Function(fname,params,indent)
451 if tokentype != NAME: return None
457 elif next != ':': return None
459 return Class(cname,super,indent)
465 return '""'
467 return '()'
469 return '[]'
471 return '{}'
473 return '0'
475 return 'file'
477 return '_PyCmplNoType()'
479 return 'type(_PyCmplNoType)' #only for method resolution
493 return "%s" % assign
500 return (type, token, indent)
539 return self.currentscope
580 elif token == 'from':
583 print "from: syntax error..."
587 loc = "from %s import %s" % (mod,name)
606 return self._adjustvisibility()
618 return val