Python posixpath模块,常用函数和类
下面列出了Python posixpath 模块中定义的常用函数和类,我们从451个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. join() | 用在(300)个项目中 |
2. normpath() | 用在(285)个项目中 |
3. splitext() | 用在(200)个项目中 |
4. dirname() | 用在(184)个项目中 |
5. basename() | 用在(180)个项目中 |
6. split() | 用在(93)个项目中 |
7. exists() | 用在(72)个项目中 |
8. islink() | 用在(70)个项目中 |
9. isdir() | 用在(69)个项目中 |
10. commonprefix() | 用在(38)个项目中 |
11. sep() | 用在(34)个项目中 |
12. isabs() | 用在(25)个项目中 |
13. samestat() | 用在(20)个项目中 |
14. abspath() | 用在(16)个项目中 |
15. relpath() | 用在(14)个项目中 |
16. realpath() | 用在(10)个项目中 |
17. ismount() | 用在(8)个项目中 |
18. expanduser() | 用在(8)个项目中 |
19. lexists() | 用在(8)个项目中 |
20. samefile() | 用在(6)个项目中 |