Files
openide/python/testData/debug/test_my_code.py

9 lines
131 B
Python

from calendar import setfirstweekday
def foo(x):
return x + 1
x = foo(2)
stopped_in_user_file = True
setfirstweekday(3)
x = 9