MCPcopy Create free account
hub / github.com/EasyIME/PIME / __rethrow

Method __rethrow

python/python3/tornado/testing.py:316–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 return True
315
316 def __rethrow(self) -> None:
317 if self.__failure is not None:
318 failure = self.__failure
319 self.__failure = None
320 raise_exc_info(failure)
321
322 def run(
323 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