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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) variable
20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq')
216 module = py_heapq
392 module = py_heapq
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) variable
20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq')
216 module = py_heapq
392 module = py_heapq

Completed in 428 milliseconds