Home
last modified time | relevance | path

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

/external/pigweed/pw_cli/py/pw_cli/
Dpw_command_plugins.py24 _plugin_registry = plugins.Registry(validator=plugins.callable_with_no_args)
Dplugins.py145 def callable_with_no_args(plugin: Plugin) -> None: function
/external/pigweed/pw_cli/py/
Dplugins_test.py71 validator=plugins.callable_with_no_args)