MCPcopy Create free account
hub / github.com/RustPython/RustPython / new_watcher

Method new_watcher

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

Source from the content-addressed store, hash-verified

98
99class ProfileHookTestCase(TestCaseBase):
100 def new_watcher(self):
101 return HookWatcher()
102
103 def test_simple(self):
104 def f(p):

Callers 1

check_eventsMethod · 0.45

Calls 1

HookWatcherClass · 0.85

Tested by

no test coverage detected