MCPcopy Index your code
hub / github.com/pyinvoke/invoke / error

Method error

invoke/parser/parser.py:454–455  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

452 break
453
454 def error(self, msg: str) -> None:
455 raise ParseError(msg, self.context)

Callers 4

handleMethod · 0.95
complete_contextMethod · 0.95
complete_flagMethod · 0.95
see_valueMethod · 0.95

Calls 1

ParseErrorClass · 0.85

Tested by

no test coverage detected