Tag overview for: 'change_extension.py'
Entries on this site with 'change_extension.py'
- Pythonic Addiction
#!/usr/bin/env python def files(root): for path, folders, files in os.walk(root): for file in files: yield path, file def find_match(repository): #
Related tags
PythonExternal feeds for 'change_extension.py'
Click icon for a list of links on 'change_extension.py'




