μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions | Variables
env.py File Reference

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