Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
104
class
ProfileHookTestCase(TestCaseBase):
105
def
new_watcher(self):
106
return
HookWatcher()
107
108
def
test_simple(self):
109
def
f(p):
Callers
1
check_events
Method · 0.45
Calls
1
HookWatcher
Class · 0.85
Tested by
no test coverage detected