Home | Trees | Index | Help |
|
---|
Package zephir :: Package utils :: Module insert_coding |
|
Insert coding line into all python files USAGE : insert_coding [-b] directory coding -b : ne pas faire de backups
Function Summary | |
---|---|
Insert the coding line in file located at 'filepath' | |
Make a backup of file located at 'filepath' | |
Insert coding in all python files | |
main routine |
Function Details |
---|
insert_coding(filepath, backup_mode, coding='utf-8')Insert the coding line in file located at 'filepath' |
make_backup(filepath)Make a backup of file located at 'filepath' |
process_dir(backup_mode, directory, coding='utf-8', recursive=True)Insert coding in all python files |
run(backup_mode, directory, coding='utf-8')main routine |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Nov 27 08:44:02 2006 | http://epydoc.sf.net |