from way import get_files
SRC = './'
files = get_files(SRC,
predicate=lambda f: not f.startswith('_'),
extension='.py')
print(SRC, ':', files)
-
Notifications
You must be signed in to change notification settings - Fork 1
pydget/way
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
filesystem tools
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published