HomeSort by relevance Sort by last modified time
    Searched refs:make_it (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 62 def compare_generic_iter(make_it,match):
66 as well as __getitem__. 'make_it' must be a function returning a fresh
69 it = make_it()
87 it = make_it()
174 def make_it(text=text,size=size): function in function:UtilityTests.checkFW
177 compare_generic_iter(make_it,match)
179 it = make_it()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 62 def compare_generic_iter(make_it,match):
66 as well as __getitem__. 'make_it' must be a function returning a fresh
69 it = make_it()
87 it = make_it()
174 def make_it(text=text,size=size): function in function:UtilityTests.checkFW
177 compare_generic_iter(make_it,match)
179 it = make_it()

Completed in 33 milliseconds