MCPcopy Index your code
hub / github.com/python/cpython / translate

Method translate

Lib/test/test_bytes.py:2616–2618  ·  view source on GitHub ↗
(b, a, c)

Source from the content-addressed store, hash-verified

2614 except ValueError: pass
2615
2616 def translate(b, a, c):
2617 b.wait()
2618 a.translate(c)
2619
2620 def copy(b, a):
2621 b.wait()

Callers 13

test_bug828737Method · 0.45
test_translateMethod · 0.45
test_copiedMethod · 0.45
test_translateMethod · 0.45
test_translateMethod · 0.45
fnMethod · 0.45
test_base64_alphabetMethod · 0.45
test_base85_alphabetMethod · 0.45
test_base32_alphabetMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected