This commit is contained in:
Yuyao Huang
2024-04-19 14:17:29 +08:00
parent 5de5cfdcb8
commit 3879263121
9 changed files with 50 additions and 31 deletions
+10
View File
@@ -0,0 +1,10 @@
from trace_commentor import Commentor
def test_binop():
@Commentor()
def target():
1 + 1
print(target())