Expr(); Constant();
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from trace_commentor import Commentor
|
||||
|
||||
|
||||
def test_constant():
|
||||
|
||||
@Commentor()
|
||||
def target():
|
||||
1
|
||||
|
||||
print(target())
|
||||
Reference in New Issue
Block a user