Files
openide/python/testData/codeInsight/controlflow/isinstance.py
T
Dmitry Trofimov 5cb9e92111 -added isinstance type inderence(PY-1075)
-added correct completion to django model fields(PY-1076)
-fixed bugs in django fixture test cases
2010-06-11 18:12:19 +04:00

6 lines
70 B
Python

s = 1
if (isinstance(s, basestring)):
s2 = s.split()
else:
x = s.