|
Let us walk on the 3-isogeny graph
|
Functions | |
| str | auto_decode (bytes data) |
Variables | |
| list | BOMS |
| ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") | |
| str auto_decode | ( | bytes | data | ) |
Check a bytes string for a BOM to correctly detect the encoding Fallback to locale.getpreferredencoding(False) like open() on Python3
Definition at line 20 of file encoding.py.
References i.
| list BOMS |
Definition at line 7 of file encoding.py.
Definition at line 17 of file encoding.py.