trace_commentor/experiment.py
Yuyao Huang 29c08c08e4 Tuple
2024-04-19 19:09:06 +08:00

12 lines
143 B
Python

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