MCPcopy 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

b64decodeFunction · 0.80
base64.pyFile · 0.80
b32decodeFunction · 0.80
__init__Method · 0.80
platform.pyFile · 0.80
test_maketransMethod · 0.80
test_translateMethod · 0.80
test_base64_alphabetMethod · 0.80
test_base85_alphabetMethod · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected