Searched refs:_pyudev_context (Results 1 – 1 of 1) sorted by relevance
135 _pyudev_context: ClassVar[Optional[pyudev.Context]] = None variable in UdevHIDIsReady145 if cls._pyudev_context is None:146 cls._pyudev_context = pyudev.Context()147 cls._pyudev_monitor = pyudev.Monitor.from_netlink(cls._pyudev_context)
Completed in 3 milliseconds