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

Method test

Lib/test/test_sys_settrace.py:2088–2090  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2086 def decorator(func):
2087 @wraps(func)
2088 def test(self):
2089 self.run_test(func, jumpFrom, jumpTo, expected,
2090 error=error, event=event, decorated=True, warning=warning)
2091 return test
2092 return decorator
2093

Callers

nothing calls this directly

Calls 2

run_testMethod · 0.95
run_async_testMethod · 0.95

Tested by

no test coverage detected