MCPcopy Index your code
hub / github.com/nodejs/node / message

Method message

tools/inspector_protocol/jinja2/exceptions.py:24–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22
23 @property
24 def message(self):
25 if self.args:
26 message = self.args[0]
27 if message is not None:
28 return message.decode('utf-8', 'replace')
29
30 def __unicode__(self):
31 return self.message or u''

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected