Searched defs:driver_info_for_host (Results 1 – 2 of 2) sorted by relevance
50 pub async fn driver_info_for_host(host: &Host) -> PyResult<Option<DriverInfo>> { in driver_info_for_host() method
499 async def driver_info_for_host(cls, host): member in Driver