Python bisect模块,常用函数和类
下面列出了Python bisect 模块中定义的常用函数和类,我们从660个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. bisect_left() | 用在(395)个项目中 |
2. bisect() | 用在(274)个项目中 |
3. bisect_right() | 用在(190)个项目中 |
4. insort() | 用在(100)个项目中 |
5. insort_left() | 用在(24)个项目中 |
6. insort_right() | 用在(7)个项目中 |