Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ raise_parse_error
Method
raise_parse_error
python/python3/tornado/template.py:837–838 ·
view source on GitHub ↗
(self, msg: str)
Source
from the content-addressed store, hash-verified
835
return
self.text[self.pos :]
836
837
def
raise_parse_error(self, msg: str) -> None:
838
raise
ParseError(msg, self.name, self.line)
839
840
841
def
_format_code(code: str) -> str:
Callers
1
_parse
Function · 0.80
Calls
1
ParseError
Class · 0.85
Tested by
no test coverage detected