import sys class TestAttr(object): @staticmethod def dummy_func(msg): print('got msg:', repr(msg)) sys.stdout.flush() return msg