Home
last modified time | relevance | path

Searched refs:insort (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/
Dbisect.py80 insort = insort_right variable
/external/python/cpython2/Lib/
Dbisect.py22 insort = insort_right # backward compatibility variable
Durllib2.py386 bisect.insort(handlers, handler)
392 bisect.insort(self.handlers, handler)
/external/python/cpython2/Lib/test/
Dtest_bisect.py222 self.module.insort(a=data, x=25, lo=1, hi=3)
249 self.assertEqual(self.module.insort, self.module.insort_right)
/external/python/cpython3/Lib/test/
Dtest_bisect.py199 self.module.insort(a=data, x=25, lo=1, hi=3)
224 self.assertEqual(self.module.insort, self.module.insort_right)
/external/python/cpython2/Lib/multiprocessing/
Dheap.py160 bisect.insort(self._lengths, length)
/external/python/cpython3/Lib/multiprocessing/
Dheap.py230 bisect.insort(self._lengths, length)
/external/python/cpython2/Doc/library/
Dbisect.rst57 insort(a, x, lo=0, hi=len(a))
/external/python/cpython3/Doc/library/
Dbisect.rst55 insort(a, x, lo=0, hi=len(a))
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst333 >>> bisect.insort(scores, (300, 'ruby'))
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst335 >>> bisect.insort(scores, (300, 'ruby'))
/external/python/cpython3/Lib/urllib/
Drequest.py474 bisect.insort(handlers, handler)
480 bisect.insort(self.handlers, handler)
/external/python/cpython2/Misc/
DHISTORY8238 bisect_right and insort_right. The old names bisect and insort
8244 continue to use the old, short names ("bisect" and "insort").
/external/python/cpython3/Misc/
DHISTORY25617 bisect_right and insort_right. The old names bisect and insort
25623 continue to use the old, short names ("bisect" and "insort").