mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Don't resolve unqualified types in docstrings using class index (PY-12864)
It may result in false positives where our index-based guess is incorrect.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
def ones(shape, dtype=None, order='C')
|
||||
Inferred type: (shape: <a href="psi_element://#typename#int">int</a>, dtype: <a href="psi_element://#typename#object">object</a>, order: <a href="psi_element://#typename#str">str</a>) -> <a href="psi_element://#typename#ndarray">ndarray</a><br>
|
||||
Inferred type: (shape: <a href="psi_element://#typename#int">int</a>, dtype: <a href="psi_element://#typename#object">object</a>, order: <a href="psi_element://#typename#str">str</a>) -> ndarray<br>
|
||||
|
||||
Reference in New Issue
Block a user