Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_tooltip.py31 def wrapped_func(*args, **kwargs): function
32 wrapped_func.call_args_list.append((args, kwargs))
34 wrapped_func.call_args_list = []
35 return wrapped_func
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py1183 def wrapped_func(self): function
1191 return wrapped_func