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

Method new_watcher

Lib/test/test_sys_setprofile.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103
104class ProfileHookTestCase(TestCaseBase):
105 def new_watcher(self):
106 return HookWatcher()
107
108 def test_simple(self):
109 def f(p):

Callers 1

check_eventsMethod · 0.45

Calls 1

HookWatcherClass · 0.85

Tested by

no test coverage detected