Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/host/python/
Dassert_utils.py47 def expect_throws(runnable: callable, exception_class) -> None: argument
51 except exception_class: