logo
首页技术栈工具库讨论
scandir

scandir

scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. Using scandir() increases the speed of os.walk() by 2-20 times (depending on the platform and file system) by avoiding unnecessary calls to os.stat() in most cases.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconbenhoyt/scandir467
CONDA
conda install -c anaconda scandir
查看
PYPI
pip install scandir
查看
标签
根据用户添加的标签生成
暂无标签