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

Method exc_info

tools/inspector_protocol/jinja2/debug.py:117–119  ·  view source on GitHub ↗

Exception info tuple with a proxy around the frame objects.

(self)

Source from the content-addressed store, hash-verified

115
116 @property
117 def exc_info(self):
118 """Exception info tuple with a proxy around the frame objects."""
119 return self.exc_type, self.exc_value, self.frames[0]
120
121 @property
122 def standard_exc_info(self):

Callers 15

generate_asyncFunction · 0.80
render_asyncFunction · 0.80
fake_exc_infoFunction · 0.80
parseMethod · 0.80
lexMethod · 0.80
compileMethod · 0.80
compile_expressionMethod · 0.80
handle_exceptionMethod · 0.80
renderMethod · 0.80
generateMethod · 0.80
renderMethod · 0.80
read_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected