Expr(); Constant();

This commit is contained in:
Yuyao Huang
2024-04-19 13:57:21 +08:00
parent e3094a6522
commit 5de5cfdcb8
8 changed files with 55 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
from trace_commentor import Commentor
def test_constant():
@Commentor()
def target():
1
print(target())