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

5 lines
48 B
Python

def boo():
x = 42
print("Hello!")
boo()