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
11 def do_nothing(*args, **kwargs): 12 """Mock for `HTMLReport` that doesn't do anything""" 13 pass