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

Function reraise

tools/inspector_protocol/jinja2/_compat.py:35–38  ·  view source on GitHub ↗
(tp, value, tb=None)

Source from the content-addressed store, hash-verified

33 NativeStringIO = StringIO
34
35 def reraise(tp, value, tb=None):
36 if value.__traceback__ is not tb:
37 raise value.with_traceback(tb)
38 raise value
39
40 ifilter = filter
41 imap = map

Callers 2

translate_exceptionFunction · 0.90
handle_exceptionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…