I am using Komodo 7 for writing my django/python code.
There is one thing that I really liked when I used Eclipse for my python stuff and it was that I could do :
assert isinstance([variable],[type])
and by that help eclipse determine the coding completion for the specific variable.
Is there any way to do it using Komodo ? the IsInstance trick doesn't work here.