Files
openide/python/testData/codeInsight/runLineMarker/runnable.py
T

6 lines
58 B
Python

def f():
print(1)
if __name__ == "__main__":
f()