How to use 'pygame download' in Python

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.

All examples are scanned by Snyk Code

By copying the Snyk Code Snippets you agree to
99async 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

Related snippets