Python builtins模块,常用函数和类

下面列出了Python builtins 模块中定义的常用函数和类,我们从848个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. open() 用在(181)个项目中
2. str() 用在(175)个项目中
3. range() 用在(142)个项目中
4. exit() 用在(134)个项目中
5. quit() 用在(133)个项目中
6. copyright() 用在(130)个项目中
7. credits() 用在(130)个项目中
8. license() 用在(130)个项目中
9. help() 用在(130)个项目中
10. object() 用在(119)个项目中
11. input() 用在(106)个项目中
12. bytes() 用在(65)个项目中
13. zip() 用在(59)个项目中
14. int() 用在(51)个项目中
15. map() 用在(47)个项目中
16. next() 用在(40)个项目中
17. __dict__() 用在(36)个项目中
18. chr() 用在(30)个项目中
19. dict() 用在(28)个项目中
20. FileNotFoundError() 用在(22)个项目中
21. filter() 用在(22)个项目中
22. __import__() 用在(21)个项目中
23. property() 用在(19)个项目中
24. callable() 用在(18)个项目中
25. repr() 用在(18)个项目中
26. list() 用在(17)个项目中
27. ConnectionResetError() 用在(17)个项目中
28. round() 用在(16)个项目中
29. abs() 用在(16)个项目中
30. super() 用在(16)个项目中
31. BlockingIOError() 用在(16)个项目中
32. hex() 用在(16)个项目中
33. ChildProcessError() 用在(16)个项目中
34. PermissionError() 用在(16)个项目中
35. ConnectionRefusedError() 用在(16)个项目中
36. InterruptedError() 用在(16)个项目中
37. BrokenPipeError() 用在(16)个项目中
38. ProcessLookupError() 用在(16)个项目中
39. ConnectionAbortedError() 用在(16)个项目中
40. isinstance() 用在(14)个项目中
41. pow() 用在(14)个项目中
42. _ASTROPY_SETUP_ 用在(14)个项目中
43. oct() 用在(13)个项目中
44. _ASTROPY_PACKAGE_NAME_ 用在(13)个项目中
45. eval() 用在(12)个项目中
46. float() 用在(12)个项目中
47. ascii() 用在(11)个项目中
48. XYZ 用在(11)个项目中
49. bool() 用在(10)个项目中
50. all() 用在(9)个项目中
51. sum() 用在(9)个项目中
52. _ 用在(9)个项目中
53. print() 用在(9)个项目中
54. complex() 用在(9)个项目中
55. __NUMPY_SETUP__ 用在(9)个项目中
56. Exception() 用在(8)个项目中
57. unicode() 用在(7)个项目中
58. min() 用在(7)个项目中
59. reload() 用在(7)个项目中
60. len() 用在(6)个项目中
61. any() 用在(6)个项目中
62. type() 用在(5)个项目中
63. raw_input() 用在(5)个项目中