from trace_commentor import Commentor def test_function_def(): @Commentor() def target(): pass print(target())