Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_tooltip.py38 def _make_top_and_button(testobj): argument
41 testobj.addCleanup(top.destroy)
45 testobj.addCleanup(button.destroy)
/third_party/python/Lib/test/
Dtest_asyncore.py152 class testobj: class
176 tobj = testobj()
Dtest_buffer.py222 def iter_format(nitems, testobj='ndarray'): argument
225 for t in iter_mode(nitems, testobj):
227 if testobj != 'ndarray':
229 yield struct_items(nitems, testobj)