Searched refs:punc (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Ddepot.py117 punc = string.punctuation.replace("-", "_") variable
119 translate = string.maketrans(punc, "_" * len(string.punctuation))
121 translate = str.maketrans(punc, "_" * len(string.punctuation))

Completed in 10 milliseconds