mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
Conflicts: python/src/com/jetbrains/python/documentation/PyDocumentationBuilder.java python/src/com/jetbrains/python/documentation/PythonDocumentationProvider.java python/src/com/jetbrains/python/psi/impl/PyFunctionBuilder.java python/testData/quickdoc/NumPyOnesDoc.html
5 lines
446 B
HTML
5 lines
446 B
HTML
def ones(shape, dtype=None, order='C')
|
|
Inferred type: (shape: Union[<a href="psi_element://#typename#int">int</a>, Iterable[<a href="psi_element://#typename#int">int</a>]], dtype: Optional[<a href="psi_element://#typename#object">object</a>], order: Optional[<a href="psi_element://#typename#str">str</a>]) -> ndarray<br>
|
|
**Test docstring**
|
|
Return a new array of given shape and type, filled with ones.
|