Home | History | Annotate | Download | only in python2.7

Lines Matching full:maketrans

1059                 table = string.maketrans(illegal, '_' * len(illegal))