MCPcopy Index your code
hub / github.com/python/cpython / run

Method run

Lib/unittest/async_case.py:144–149  ·  view source on GitHub ↗
(self, result=None)

Source from the content-addressed store, hash-verified

142 runner.close()
143
144 def run(self, result=None):
145 self._setupAsyncioRunner()
146 try:
147 return super().run(result)
148 finally:
149 self._tearDownAsyncioRunner()
150
151 def debug(self):
152 self._setupAsyncioRunner()

Callers 4

_callSetUpMethod · 0.45
_callTearDownMethod · 0.45
_callAsyncMethod · 0.45
_callMaybeAsyncMethod · 0.45

Calls 3

_setupAsyncioRunnerMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected