Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py178 requires: List[Any] = [],
179 excludes: List[Any] = [],
180 req_properties: List[Any] = [],
181 excl_properties: List[Any] = [],
/linux/tools/testing/kunit/
H A Dkunit_config.py37 def __eq__(self, other: Any) -> bool: