Home
last modified time | relevance | path

Searched refs:HookWatcher (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py25 class HookWatcher: class
57 class ProfileSimulator(HookWatcher):
61 HookWatcher.__init__(self)
102 return HookWatcher()
357 p = HookWatcher()
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py24 class HookWatcher: class
56 class ProfileSimulator(HookWatcher):
60 HookWatcher.__init__(self)
101 return HookWatcher()
371 p = HookWatcher()