MCPcopy 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
165class 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
173def tokenize(s):

Callers 1

tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected