Every line of 'python except do nothing' 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.
51 def do_nothing(*args, **kw): 52 return
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code
11 def do_nothing(*args, **kwargs): 12 """Mock for `HTMLReport` that doesn't do anything""" 13 pass