Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ maketrans
Method
maketrans
Lib/test/test_bytes.py:2611–2614 ·
view source on GitHub ↗
(b, a, c)
Source
from the content-addressed store, hash-verified
2609
a.replace(b
'0'
, b
''
)
2610
2611
def
maketrans(b, a, c):
2612
b.wait()
2613
try
: a.maketrans(a, c)
2614
except
ValueError:
pass
2615
2616
def
translate(b, a, c):
2617
b.wait()
Callers
15
b64decode
Function · 0.80
base64.py
File · 0.80
b32decode
Function · 0.80
__init__
Method · 0.80
platform.py
File · 0.80
BaseHTTPRequestHandler
Class · 0.80
test_maketrans_translate
Method · 0.80
test_maketrans
Method · 0.80
test_free_threading_bytearray
Method · 0.80
test_translate
Method · 0.80
test_base64_alphabet
Method · 0.80
test_base85_alphabet
Method · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected