add Pass(), FunctionDef();

This commit is contained in:
Yuyao Huang
2024-04-19 13:24:36 +08:00
parent 11a5cc3719
commit e3094a6522
11 changed files with 89 additions and 32 deletions
+10
View File
@@ -0,0 +1,10 @@
from trace_commentor import Commentor
def test_function_def():
@Commentor()
def target():
pass
print(target())