script/edit_identifiers.py script

Convert mixedCase identifiers to under_scores.

edit_identifiers.cw2us(x)[source]
edit_identifiers.edit(line)[source]
edit_identifiers.main()[source]
edit_identifiers.match_candidate(/, string, pos=0, endpos=sys.maxsize)

Matches zero or more characters at the beginning of the string.

edit_identifiers.mc2us(x)[source]
edit_identifiers.split_on(token, chars)[source]
edit_identifiers.us2cw(x)[source]
edit_identifiers.us2mc(x)[source]