Home
last modified time | relevance | path

Searched defs:load_config (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/
Dmain.py115 def load_config(args: dict[str, Any]) -> Log: # type: ignore[explicit-any] function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py361 def load_config(config_path: str | None) -> dict[str, str | dict]: function