Home
last modified time | relevance | path

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

/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/vm-benchmarks/src/vmb/
Dhelpers.py85 def log_time(f: Callable[..., Any]) -> Callable[..., Any]: