Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_heapq.py13 c_heapq = import_helper.import_fresh_module('heapq', fresh=['_heapq']) variable
25 @skipUnless(c_heapq, 'requires _heapq')
28 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
272 @skipUnless(c_heapq, 'requires _heapq')
274 module = c_heapq
471 @skipUnless(c_heapq, 'requires _heapq')
473 module = c_heapq

Completed in 1 milliseconds