|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.20.0dev2+7.g8e0213dbe8c documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.20.0dev2+8.gb910c9237c3 documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" /> |
19 | 19 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" /> |
20 | 20 |
|
21 | 21 |
|
22 | 22 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
23 | 23 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
24 | | - <script src="../../_static/documentation_options.js?v=5932d57c"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=7794860d"></script> |
25 | 25 | <script src="../../_static/doctools.js?v=9bcbadda"></script> |
26 | 26 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
27 | 27 | <script src="../../_static/js/theme.js"></script> |
@@ -1850,7 +1850,9 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
1850 | 1850 | <span class="sd"> Parameters</span> |
1851 | 1851 | <span class="sd"> ----------</span> |
1852 | 1852 | <span class="sd"> file : file or str or Path</span> |
1853 | | -<span class="sd"> Open file object or filename.</span> |
| 1853 | +<span class="sd"> An open file object, a string containing the filename, or a Path object.</span> |
| 1854 | +<span class="sd"> When reading from a file object it must support random access (i.e. it</span> |
| 1855 | +<span class="sd"> must have tell and seek methods).</span> |
1854 | 1856 | <span class="sd"> dtype : {None, str, dtype object}, optional</span> |
1855 | 1857 | <span class="sd"> Data type of the returned array.</span> |
1856 | 1858 | <span class="sd"> For binary files, it is used to determine the size and byte-order</span> |
|
0 commit comments