You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<array> = array(<spanclass="hljs-string">'<typecode>'</span>, <mview>) <spanclass="hljs-comment"># Treats memoryview as a sequence of numbers.</span>
1711
1711
<file>.write(<mview>) <spanclass="hljs-comment"># Writes `bytes(<mview>)` to the binary file.</span>
1712
1712
</code></pre>
1713
-
<pre><codeclass="python language-python hljs"><list> = list(<mview>) <spanclass="hljs-comment"># Returns a list of ints, floats or bytes.</span>
1713
+
<pre><codeclass="python language-python hljs"><list> = list(<mview>) <spanclass="hljs-comment"># Returns a list of ints, floats, or bytes.</span>
1714
1714
<str> = str(<mview>, <spanclass="hljs-string">'utf-8'</span>) <spanclass="hljs-comment"># Treats memoryview as a bytes object.</span>
0 commit comments