from tests.test_utils import * @Commentor(fmt=[ (type(None), lambda o: None), ]) def function(): a, b = 3, 4 print(function())