Every line of 'pygame download' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
99 async def download_capture(self): 100 """ Capture a full image and return data 101 """ 102 logger.debug('download_capture') 103 image = await self.capture_image() 104 return image