trace_commentor/tests/test_literals.py
2024-04-19 13:57:21 +08:00

11 lines
132 B
Python

from trace_commentor import Commentor
def test_constant():
@Commentor()
def target():
1
print(target())