Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/hid/tests/
Dbase_device.py127 _pyudev_context: ClassVar[Optional[pyudev.Context]] = None variable in UdevHIDIsReady
137 if cls._pyudev_context is None:
138 cls._pyudev_context = pyudev.Context()
139 cls._pyudev_monitor = pyudev.Monitor.from_netlink(cls._pyudev_context)