Searched refs:fs_hook_code (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | pyboardextended.py | 26 fs_hook_code = """\ variable 318 fs_hook_code = re.sub(key, str(value), fs_hook_code) variable 319 fs_hook_code = re.sub(" *#.*$", "", fs_hook_code, flags=re.MULTILINE) variable 320 fs_hook_code = re.sub("\n\n+", "\n", fs_hook_code) variable 321 fs_hook_code = re.sub(" ", " ", fs_hook_code) variable 322 fs_hook_code = re.sub("rd_", "r", fs_hook_code) variable 323 fs_hook_code = re.sub("wr_", "w", fs_hook_code) variable 324 fs_hook_code = re.sub("buf4", "b4", fs_hook_code) variable 569 self.exec_(fs_hook_code) 597 self.exec_(fs_hook_code)
|
Completed in 8 milliseconds