Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds