Searched refs:execfile (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-internalbench.py | 43 output_mupy = pyb.execfile(test_file).replace(b"\r\n", b"\n")
|
A D | run-tests | 170 output_mupy = pyb.execfile(test_file) 180 output_mupy = pyb.execfile(test_file)
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | haasboard.py | 498 def execfile(self, filename): member in HaaSboard 569 def execfile(filename, device="/dev/ttyACM0", baudrate=1500000, user="micro", password="python"): function 572 output = pyb.execfile(filename)
|
A D | pyboard.py | 470 def execfile(self, filename): member in Pyboard 540 def execfile(filename, device="/dev/ttyACM0", baudrate=115200, user="micro", password="python"): function 543 output = pyb.execfile(filename)
|
Completed in 13 milliseconds