Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/pyannotate
/ lookup
Method
lookup
pyannotate_tools/annotations/parse.py:321–323 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
self.i += 1
320
321
def
lookup(self):
322
# type: () -> str
323
return
self.tokens[self.i].text
324
325
def
next(self):
326
# type: () -> Token
Callers
3
parse
Method · 0.95
parse_type_list
Method · 0.95
parse_type
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected