non-trivial code completion

Following this question on stack overflow, I was wondering if PyCharm has something smart up its sleeve regarding non-trivial code completion?
0
1 comment
Yes. PyCharm supports type annotations (both as epydoc/sphinx comments and of the 'assert isinstance' form), and it has a number of additional heuristics to offer completion variants when the variable type is not known.
0

Please sign in to leave a comment.