Home
last modified time | relevance | path

Searched refs:execfile (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py43 output_mupy = pyb.execfile(test_file).replace(b"\r\n", b"\n")
A Drun-tests170 output_mupy = pyb.execfile(test_file)
180 output_mupy = pyb.execfile(test_file)
/AliOS-Things-master/components/py_engine/engine/tools/
A Dhaasboard.py498 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 Dpyboard.py470 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