Go to the source code of this file.
Namespaces | |
namespace | env |
Functions | |
def | env.deprecated_call () |
Variables | |
env.LINUX = sys.platform.startswith("linux") | |
env.MACOS = sys.platform.startswith("darwin") | |
env.WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") | |
string | env.CPYTHON = "CPython" |
string | env.PYPY = "PyPy" |
int | env.PY2 = 2 |
env.PY = sys.version_info | |