Home
last modified time | relevance | path

Searched refs:global_args (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/tools/test_idf_py/extra_path/
Dsome_ext.py5 def some_global_callback(ctx, global_args, tasks): argument
6 print('!!! From some global callback: %s' % global_args.some_extension_option)
/hal_espressif-2.7.6/tools/unit-test-app/
Didf_ext.py164 def test_component_callback(ctx, global_args, tasks): argument
166 test_components = global_args.test_components
167 test_exclude_components = global_args.test_exclude_components
183 global_args.define_cache_entry = list(global_args.define_cache_entry)
184global_args.define_cache_entry.extend(['%s=%s' % (k, v) for k, v in cache_entries.items()])
/hal_espressif-2.7.6/tools/test_idf_py/test_idf_extensions/test_ext/
Dtest_extension.py8 def test_global_callback(ctx, global_args, tasks): argument
9 print('!!! From test global callback: %s' % global_args.test_extension_option)
/hal_espressif-2.7.6/tools/
Didf.py222 def __call__(self, context, global_args, action_args=None): argument
226 self.callback(self.name, context, global_args, **action_args)
538 global_args = PropertyDict(kwargs)
567 global_value = global_args[key]
575 global_args[key] = local_value
581 global_args.define_cache_entry = list(global_args.define_cache_entry)
585 action_callback(ctx, global_args, tasks)
638 if not global_args.dry_run:
645 task(ctx, global_args, task.action_args)
647 self._print_closing_message(global_args, tasks_to_run.keys())
/hal_espressif-2.7.6/tools/idf_py_actions/
DREADME.md32 Where function `global_callback(ctx, global_args, tasks)` accepts 3 arguments:
35 - global_args - dictionary of all available global arguments
Dcreate_ext.py61 def create_new(action, ctx, global_args, **action_args): argument
Dserial_ext.py133 def global_callback(ctx, global_args, tasks): argument
Ddebug_ext.py218 def global_callback(ctx, global_args, tasks): argument