Lines Matching refs:TestHook
13 class TestHook:
83 with TestHook() as hook:
92 with TestHook(raise_on_events="sys.addaudithook") as hook1:
93 with TestHook() as hook2:
102 with TestHook(
106 with TestHook() as hook2:
115 with TestHook() as hook:
149 with TestHook(raise_on_events="pickle.find_class") as hook:
169 with TestHook() as hook:
200 with TestHook(raise_on_events={"open"}) as hook:
236 if frame.f_code == TestHook.__call__.__code__:
241 with TestHook() as hook:
268 with TestHook() as hook: