Searched refs:call_with_python (Results 1 – 3 of 3) sorted by relevance
2 from .util import call_with_python, copy_if_modified13 …call_with_python('{}/tools/gen_esp_err_to_name.py --rst_output {}.in'.format(app.config.idf_path, …
6 from .util import call_with_python, copy_if_modified21 …call_with_python('{}/tools/idf_tools.py gen-doc --output {}'.format(app.config.idf_path, tools_rst…
78 def call_with_python(cmd): function