This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-04-18 12:31:26 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cee329afdbffd3bb8bbaaecfd2991452409989b0
openide
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
SysExit.py
Andrey Vlasovskikh
7ebf23490f
Split Python unbound variable tests into separate test cases (CR-PY-5855)
2013-02-15 22:46:20 +04:00
4 lines
46 B
Python
Raw
Blame
History
def
f
(
)
:
import
sys
sys
.
exit
(
1
)
#pass
Reference in New Issue
View Git Blame
Copy Permalink