MCPcopy Index your code
hub / github.com/dropbox/pyannotate / next

Method next

pyannotate_tools/annotations/parse.py:325–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

323 return self.tokens[self.i].text
324
325 def next(self):
326 # type: () -> Token
327 token = self.tokens[self.i]
328 self.i += 1
329 return token
330
331 def fail(self):
332 # type: () -> NoReturn

Callers 2

parseMethod · 0.95
parse_typeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected