Files
openide/python/testData/inspections/PyUnboundLocalVariableInspection/SysExit.py

4 lines
46 B
Python

def f():
import sys
sys.exit(1) #pass