Let us walk on the 3-isogeny graph
|
Variables | |
_ver = sys.version_info | |
int | is_py2 = 2 |
int | is_py3 = 3 |
builtin_str = str | |
str = str | |
bytes = bytes | |
tuple | basestring = (str, bytes) |
tuple | numeric_types = (int, float) |
tuple | integer_types = (int,) |
requests.compat ~~~~~~~~~~~~~~~ This module previously handled import compatibility issues between Python 2 and Python 3. It remains for backwards compatibility until the next major version.