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

Method fail

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

Source from the content-addressed store, hash-verified

329 return token
330
331 def fail(self):
332 # type: () -> NoReturn
333 raise ParseError(self.comment)
334
335
336def encode(s):

Callers 4

parseMethod · 0.95
parse_type_listMethod · 0.95
parse_typeMethod · 0.95
expectMethod · 0.95

Calls 1

ParseErrorClass · 0.85

Tested by

no test coverage detected