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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
366 self.assertEqual(count, count_holder[0])
367 count_holder[0] = count_holder[0] + 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
366 self.assertEqual(count, count_holder[0])
367 count_holder[0] = count_holder[0] + 1
    [all...]

Completed in 62 milliseconds