Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/
Dtest_utils.py72 def assert_not_raise(test_case: unittest.TestCase, cls: type[Exception], function: Callable, params…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dtype_cache.py95 def wrapper(user_function: Callable, /):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py284 def __in_progress(timer_function: Callable, future: Future) -> None:
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py87 def log_time(f: Callable[..., Any]) -> Callable[..., Any]: