Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/pyannotate
/ End
Class
End
pyannotate_tools/annotations/parse.py:165–170 ·
view source on GitHub ↗
A token representing the end of a type comment
Source
from the content-addressed store, hash-verified
163
164
165
class
End(Token):
166
""
"A token representing the end of a type comment"
""
167
168
def
__repr__(self):
169
# type: () -> str
170
return
'End()'
171
172
173
def
tokenize(s):
Callers
1
tokenize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected