ATLAS Offline Software
Loading...
Searching...
No Matches
compressB64.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.compressB64

Functions

 python.compressB64._toB64 (n)
 python.compressB64._fromB64 (s)
 python.compressB64.compressB64 (s)
 python.compressB64.decompressB64 (s)

Variables

tuple python.compressB64._B64_alphabet
str python.compressB64.s = "000010000000000010000001000000000001000000000010000001"
 python.compressB64.c = compressB64(s)
 python.compressB64.d = decompressB64(c)
 python.compressB64.x = int(s, 2)
str python.compressB64.sx = "{:0X}".format(x)