MCPcopy
hub / github.com/tornadoweb/tornado / __rethrow

Method __rethrow

tornado/testing.py:236–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 return True
235
236 def __rethrow(self) -> None:
237 if self.__failure is not None:
238 failure = self.__failure
239 self.__failure = None
240 raise_exc_info(failure)
241
242 def run(
243 self, result: Optional[unittest.TestResult] = None

Callers 3

tearDownMethod · 0.95
runMethod · 0.95
waitMethod · 0.95

Calls 1

raise_exc_infoFunction · 0.90

Tested by

no test coverage detected