On Nov 18, 12:59 pm, Chris Angelico <ros... at gmail.com> wrote: > If you call your dummy function something else, it may help > readability/self-documentation too. Or replace the pass with a docstring for the same effect: def silent(*args): """Null Object to repress reporting"""