Home
last modified time | relevance | path

Searched refs:CPYTHON3 (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py15 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable
18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
A Drun-natmodtests.py16 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3") variable
178 target_truth = TargetSubprocess([CPYTHON3])
A Drun-perfbench.py18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable
21 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
24 PYTHON_TRUTH = CPYTHON3
A Drun-multitests.py17 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 Drun-tests23 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 Dgen-cpydiff.py41 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe") variable
44 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
104 CPYTHON3,

Completed in 6 milliseconds