On Nov 18, 12:59 pm, Chris Angelico <[email protected]> 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"""
--
http://mail.python.org/mailman/listinfo/python-list
