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
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1771,7 +1771,7 @@
1771
1771
</code></pre></div>
1772
1772
1773
1773
1774
-
<div><h3id="decode-2">Decode</h3><pre><codeclass="python language-python hljs"><bin_file>.write(<mview>) <spanclass="hljs-comment"># Appends mview to the binary file.</span>
1774
+
<div><h3id="decode-2">Decode</h3><pre><codeclass="python language-python hljs"><bin_file>.write(<mview>) <spanclass="hljs-comment"># Writes mview to the binary file.</span>
1775
1775
<bytes> = bytes(<mview>) <spanclass="hljs-comment"># Creates a new bytes object.</span>
1776
1776
<bytes> = <bytes>.join(<coll_of_mviews>) <spanclass="hljs-comment"># Joins mviews using bytes object as sep.</span>
1777
1777
<list> = list(<mview>) <spanclass="hljs-comment"># Returns list of ints or floats.</span>
0 commit comments