Registers a codec for representing binary escapes in text domain.
>>> b"Hello, World!".decode("all-escapes")
'\\x48\\x65\\x6c\\x6c\\x6f\\x2c\\x20\\x57\\x6f\\x72\\x6c\\x64\\x21'
>>> r"\x48\x65\x6c\x6c\x6f\x2c\x20\x57\x6f\x72\x6c\x64\x21".encode("all-escapes")
b'Hello, World!'
Release files for all-escapes 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| all_escapes-0.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / all_escapes-0.1-py2.py3-none-any.whl
| Download URL | all_escapes-0.1-py2.py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f180aeaa39dd55d89463829805b4482db411b5ebc169f85e14557f88d196b223
|
|
BLAKE2b-256 checksum How to use checksums |
7a5c94753e3e49ee9fb6c0b8e610147705ea84f5937f5726293156b38db4eeaa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.3
|