MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / translate

Function translate

Lib/string.py:482–498  ·  view source on GitHub ↗

translate(s,table [,deletions]) -> string Return a copy of the string s, where all characters occurring in the optional argument deletions are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256. The d

(s, table, deletions="")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_quoteFunction · 0.70
setMethod · 0.70
gl_translateFunction · 0.50

Calls 1

translateMethod · 0.80

Tested by

no test coverage detected