MCPcopy Create free account
hub / github.com/conda/constructor / error_msg

Method error_msg

constructor/exceptions.py:24–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self.original = original
23
24 def error_msg(self):
25 return "\n".join(
26 [
27 SEPARATOR,
28 self.error_body(),
29 self.indented_exception(),
30 ]
31 )
32
33 def error_body(self):
34 return "\n".join(

Callers 1

parseFunction · 0.80

Calls 2

error_bodyMethod · 0.95
indented_exceptionMethod · 0.95

Tested by

no test coverage detected