Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
def
encode(s):
Callers
4
parse
Method · 0.95
parse_type_list
Method · 0.95
parse_type
Method · 0.95
expect
Method · 0.95
Calls
1
ParseError
Class · 0.85
Tested by
no test coverage detected