Home
last modified time | relevance | path

Searched refs:c_bisect (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_bisect.py7 c_bisect = support.import_fresh_module('bisect', fresh=['_bisect']) variable
206 module = c_bisect
241 module = c_bisect
296 module = c_bisect
323 module = c_bisect
/external/python/cpython2/Lib/test/
Dtest_bisect.py24 import bisect as c_bisect namespace
229 module = c_bisect
266 module = c_bisect
319 module = c_bisect