Python codecs模块,常用函数和类

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

函数和类 使用项目数
1. open() 用在(2626)个项目中
2. lookup() 用在(501)个项目中
3. BOM_UTF8 用在(407)个项目中
4. BOM_UTF16_BE 用在(347)个项目中
5. BOM_UTF16_LE 用在(344)个项目中
6. getincrementaldecoder() 用在(342)个项目中
7. BOM_UTF32_LE 用在(288)个项目中
8. getwriter() 用在(287)个项目中
9. BOM_UTF32_BE 用在(287)个项目中
10. getreader() 用在(278)个项目中
11. BOM_LE 用在(257)个项目中
12. BOM_BE 用在(256)个项目中
13. decode() 用在(244)个项目中
14. encode() 用在(238)个项目中
15. BOM32_BE 用在(222)个项目中
16. StreamReader() 用在(180)个项目中
17. CodecInfo() 用在(177)个项目中
18. Codec() 用在(173)个项目中
19. StreamWriter() 用在(172)个项目中
20. register() 用在(163)个项目中
21. xmlcharrefreplace_errors() 用在(130)个项目中
22. IncrementalDecoder() 用在(126)个项目中
23. BufferedIncrementalEncoder() 用在(125)个项目中
24. IncrementalEncoder() 用在(125)个项目中
25. BufferedIncrementalDecoder() 用在(125)个项目中
26. charmap_encode() 用在(118)个项目中
27. BOM_UTF16 用在(117)个项目中
28. charmap_decode() 用在(117)个项目中
29. charmap_build() 用在(113)个项目中
30. BOM_UTF32 用在(103)个项目中
31. utf_8_decode() 用在(100)个项目中
32. utf_16_le_decode() 用在(95)个项目中
33. utf_16_be_decode() 用在(95)个项目中
34. unicode_escape_decode() 用在(90)个项目中
35. getdecoder() 用在(90)个项目中
36. latin_1_decode() 用在(86)个项目中
37. latin_1_encode() 用在(85)个项目中
38. escape_decode() 用在(73)个项目中
39. make_identity_dict() 用在(72)个项目中
40. raw_unicode_escape_decode() 用在(70)个项目中
41. raw_unicode_escape_encode() 用在(70)个项目中
42. unicode_escape_encode() 用在(70)个项目中
43. utf_32_decode() 用在(69)个项目中
44. utf_16_ex_decode() 用在(69)个项目中
45. utf_16_be_encode() 用在(69)个项目中
46. mbcs_decode() 用在(69)个项目中
47. utf_16_decode() 用在(69)个项目中
48. utf_32_ex_decode() 用在(69)个项目中
49. utf_32_be_decode() 用在(69)个项目中
50. utf_7_decode() 用在(69)个项目中
51. ascii_decode() 用在(69)个项目中
52. utf_32_le_decode() 用在(69)个项目中
53. getencoder() 用在(69)个项目中
54. utf_32_le_encode() 用在(68)个项目中
55. utf_16_le_encode() 用在(68)个项目中
56. utf_8_encode() 用在(68)个项目中
57. utf_7_encode() 用在(68)个项目中
58. utf_32_encode() 用在(68)个项目中
59. ascii_encode() 用在(68)个项目中
60. mbcs_encode() 用在(68)个项目中
61. utf_32_be_encode() 用在(68)个项目中
62. unicode_internal_encode() 用在(67)个项目中
63. unicode_internal_decode() 用在(67)个项目中
64. utf_16_encode() 用在(67)个项目中
65. escape_encode() 用在(61)个项目中
66. register_error() 用在(59)个项目中
67. make_encoding_map() 用在(59)个项目中
68. getincrementalencoder() 用在(51)个项目中
69. lookup_error() 用在(39)个项目中
70. BOM 用在(28)个项目中
71. StreamReaderWriter() 用在(25)个项目中
72. c() 用在(20)个项目中
73. iterdecode() 用在(18)个项目中
74. html() 用在(17)个项目中
75. code_page_decode() 用在(15)个项目中
76. EncodedFile() 用在(15)个项目中
77. code_page_encode() 用在(15)个项目中
78. iterencode() 用在(10)个项目中
79. ignore_errors() 用在(9)个项目中
80. replace_errors() 用在(9)个项目中
81. backslashreplace_errors() 用在(9)个项目中
82. readbuffer_encode() 用在(8)个项目中
83. strict_errors() 用在(8)个项目中