(method) 'array': def 'array'(
object: Any,
dtype: _HasDType[dtype] | _HasNumPyDType[dtype] | dtype | list[Any] | str | _DTypeDict | tuple[Any, Any] | type[Any] | None = None,
*,
copy: _CopyMode | bool | None = True,
order: _OrderKACF = 'K',
subok: bool = False,
ndmin: int = 0,
ndmax: int = 0,
like: _SupportsArrayFunc | None = None
) -> ndarray: ...
Describe the Bug
what is def 'array'
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response