Files
openide/python/testData/quickdoc/NumPyOnesDoc.html
T
Andrey Vlasovskikh c93310b398 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.
2014-11-12 20:44:53 +03:00

3 lines
276 B
HTML

def ones(shape, dtype=None, order='C')
Inferred type: (shape:&nbsp;<a href="psi_element://#typename#int">int</a>,&nbsp;dtype:&nbsp;<a href="psi_element://#typename#object">object</a>,&nbsp;order:&nbsp;<a href="psi_element://#typename#str">str</a>)&nbsp;-&gt;&nbsp;ndarray<br>