MCPcopy Index your code
hub / github.com/python/cpython / base64.py

File base64.py

Lib/base64.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Base16, Base32, Base64 (RFC 3548), Base85 and Ascii85 data encodings"""
2
3# Modified 04-Oct-1995 by Jack Jansen to use binascii module
4# Modified 30-Dec-2003 by Barry Warsaw to add full RFC 3548 support

Callers

nothing calls this directly

Calls 3

maketransMethod · 0.80
mainFunction · 0.70
formatMethod · 0.45

Tested by

no test coverage detected