Searched refs:py_heapq (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_heapq.py9 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/
H A Dtest_heapq.py9 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 34 milliseconds