mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 08:44:14 +08:00
26566af893
Co-authored-by: hauntsaninja <>
5 lines
85 B
Python
5 lines
85 B
Python
# Stubs for bisect
|
|
from _bisect import *
|
|
bisect = bisect_right
|
|
insort = insort_right
|