Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_tooltip.py34 def _make_top_and_button(testobj): argument
37 testobj.addCleanup(top.destroy)
41 testobj.addCleanup(button.destroy)
/external/python/cpython2/Lib/test/
Dtest_asyncore.py135 class testobj: class
159 tobj = testobj()
/external/python/cpython3/Lib/test/
Dtest_asyncore.py145 class testobj: class
169 tobj = testobj()
Dtest_buffer.py214 def iter_format(nitems, testobj='ndarray'): argument
217 for t in iter_mode(nitems, testobj):
219 if testobj != 'ndarray':
221 yield struct_items(nitems, testobj)