Python itertools模块,常用函数和类
下面列出了Python itertools 模块中定义的常用函数和类,我们从5278个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. chain() | 用在(1703)个项目中 |
2. product() | 用在(1279)个项目中 |
3. groupby() | 用在(713)个项目中 |
4. count() | 用在(699)个项目中 |
5. islice() | 用在(671)个项目中 |
6. combinations() | 用在(610)个项目中 |
7. izip() | 用在(538)个项目中 |
8. cycle() | 用在(538)个项目中 |
9. imap() | 用在(465)个项目中 |
10. repeat() | 用在(454)个项目中 |
11. zip_longest() | 用在(295)个项目中 |
12. takewhile() | 用在(293)个项目中 |
13. permutations() | 用在(288)个项目中 |
14. tee() | 用在(262)个项目中 |
15. izip_longest() | 用在(227)个项目中 |
16. starmap() | 用在(227)个项目中 |
17. dropwhile() | 用在(216)个项目中 |
18. ifilter() | 用在(146)个项目中 |
19. filterfalse() | 用在(90)个项目中 |
20. ifilterfalse() | 用在(72)个项目中 |
21. combinations_with_replacement() | 用在(47)个项目中 |
22. accumulate() | 用在(41)个项目中 |
23. compress() | 用在(40)个项目中 |
24. html() | 用在(15)个项目中 |