Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_bug828737
Method · 0.45
test_maketrans_translate
Method · 0.45
test_basic_inheritance
Method · 0.45
test_translate
Method · 0.45
test_copied
Method · 0.45
test_translate
Method · 0.45
test_translate
Method · 0.45
test_translate_matching
Method · 0.45
fn
Method · 0.45
test_base64_alphabet
Method · 0.45
test_base85_alphabet
Method · 0.45
test_base32_alphabet
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected