Searched refs:CPYTHON3 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-internalbench.py | 15 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable 18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
|
A D | run-natmodtests.py | 16 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3") variable 178 target_truth = TargetSubprocess([CPYTHON3])
|
A D | run-perfbench.py | 18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable 21 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3") 24 PYTHON_TRUTH = CPYTHON3
|
A D | run-multitests.py | 17 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable 20 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3") 26 PYTHON_TRUTH = CPYTHON3 451 instances_test.append(PyInstanceSubProcess([CPYTHON3], env))
|
A D | run-tests | 23 CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3.exe') variable 26 CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3') 31 CPYTHON3_CMD = [CPYTHON3, "-BS"]
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gen-cpydiff.py | 41 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable 44 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3") 104 CPYTHON3,
|
Completed in 6 milliseconds