mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Step into my code: tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from calendar import setfirstweekday
|
||||
|
||||
def foo(x):
|
||||
return x + 1
|
||||
|
||||
foo(2)
|
||||
stopped_in_user_file = True
|
||||
setfirstweekday(3)
|
||||
x = 9
|
||||
Reference in New Issue
Block a user