Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/tests/
A 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)

Completed in 6 milliseconds