Logo
Explore Help
Register Sign In
MDS/openide
Watch 1
Star 0
Fork 0
mirror of https://gitflic.ru/project/openide/openide.git synced 2026-09-07 01:41:11 +07:00
Code Issues Packages Projects Releases Wiki Activity
Files
261
openide/python/testData/inspections/PyUnboundLocalVariableInspection/DefinedInTryElse.py
T
Andrey Vlasovskikh 7ebf23490f Split Python unbound variable tests into separate test cases (CR-PY-5855)
2013-02-15 22:46:20 +04:00

10 lines
122 B
Python
Raw Permalink Blame History

def f(g):
x = 1
try:
pass
except Exception:
pass
else:
x = g()
print(x) #pass
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.27.1 Page: 9709ms Template: 5ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API