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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq']) variable
22 @skipUnless(c_heapq, 'requires _heapq')
25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
221 module = c_heapq
395 @skipUnless(c_heapq, 'requires _heapq')
397 module = c_heapq
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq']) variable
22 @skipUnless(c_heapq, 'requires _heapq')
25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
221 module = c_heapq
395 @skipUnless(c_heapq, 'requires _heapq')
397 module = c_heapq

Completed in 531 milliseconds