Searched defs:translate (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Ddepot.py119 translate = string.maketrans(punc, "_" * len(string.punctuation)) variable
121 translate = str.maketrans(punc, "_" * len(string.punctuation)) variable
124 Dispatcher.__init__(self, translate=translate)

Completed in 11 milliseconds