from tests.test_utils import * @Commentor(fmt=[ (type(None), lambda o: None), ]) def function(): x = 2 print(x == 2) print(function())