Home
last modified time | relevance | path

Searched refs:call_with_python (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/docs/idf_extensions/
Desp_err_definitions.py2 from .util import call_with_python, copy_if_modified
13call_with_python('{}/tools/gen_esp_err_to_name.py --rst_output {}.in'.format(app.config.idf_path, …
Dgen_idf_tools_links.py6 from .util import call_with_python, copy_if_modified
21call_with_python('{}/tools/idf_tools.py gen-doc --output {}'.format(app.config.idf_path, tools_rst…
Dutil.py78 def call_with_python(cmd): function