coding convention conversion
D-Man
dsh8290 at rit.edu
Fri Dec 22 17:05:01 EST 2000
More information about the Python-list mailing list
Fri Dec 22 17:05:01 EST 2000
- Previous message (by thread): coding convention conversion
- Next message (by thread): coding convention conversion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On a second thought, my previous post will only change the definitions, not the calls. You could probably use the same technique for the calls as well. Alternatively you could make an explicit regex for each function and use vim or sed to change it. Ex: g/fooBarBaz/s//foo_bar_baz/g (for vim) -D
- Previous message (by thread): coding convention conversion
- Next message (by thread): coding convention conversion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list