coding convention conversion

Issac Trotts trotts at llnl.gov
Fri Dec 22 15:20:15 EST 2000


Does anyone know of a utility to change between the coding conventions 
of

def fooBarBaz(): pass

and 

def foo_bar_baz(): pass

It is a pain to do this by hand.

Thanks,
Issac





More information about the Python-list mailing list