Lines Matching refs:heappush
39 self.module.heappush(heap, item)
52 self.assertRaises(TypeError, self.module.heappush, [])
54 self.assertRaises(TypeError, self.module.heappush, None, None)
78 self.module.heappush(heap, item)
149 self.module.heappush(heap, item)
356 for f in (self.module.heappush, self.module.heapreplace,
363 for f in (self.module.heappush, self.module.heapreplace):
371 for f in (self.module.heappush, self.module.heapreplace):
380 for f in (self.module.heappush, self.module.heapreplace):
387 self.module.heappush, self.module.heapreplace,
408 self.module.heappush(heap, SideEffectLT(5, heap))