Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_tooltip.py29 def add_call_counting(func): function
103 tooltip.showtip = add_call_counting(tooltip.showtip)
117 tooltip1.showtip = add_call_counting(tooltip1.showtip)
129 tooltip2.showtip = add_call_counting(tooltip2.showtip)
150 tooltip.showtip = add_call_counting(tooltip.showtip)