-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
see more details in https://github.com/zhongjiajie/stmdency#usage, the output statement order is different from the original, we should keep the same,
diff between original to result
a = 1
- b = 2
def bar():
b = a + 3
print(a, b)
+ b = 2
+
def foo():
bar(b)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request