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.
Uploaded | Tue Apr 1 02:14:20 2025 |
md5 checksum | 07e34b3c0f0b6926bc4a18098326bebe |
build | pyh5d7bf9c_3 |
build_number | 3 |
depends | python |
license | BSD-3-Clause |
md5 | 07e34b3c0f0b6926bc4a18098326bebe |
name | scandir |
noarch | python |
sha1 | 73608953238ab595f7c47ba41a599a3081b2a726 |
sha256 | 636bd6fdca8367fe5c8c92a93fa763c2d1d363df30d1b94b44507b997fb8c436 |
size | 15064 |
subdir | noarch |
timestamp | 1629462864620 |
version | 1.10.0 |