Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py94 events = capture_events(callable, self.new_watcher())
355 def capture_events(callable, p=None): function
374 pprint.pprint(capture_events(callable))
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py93 events = capture_events(callable, self.new_watcher())
396 def capture_events(callable, p=None): function
415 pprint.pprint(capture_events(callable))