Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py180 def is_type_of(value: Any, type_: str) -> bool: function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py195 def is_type_of(value: Any, type_: str) -> bool: # type: ignore[explicit-any] function