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
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

请先登录再写评论。