numpy.lib.user_array.container.html 1.7 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

<h1><span class="yiyi-st" id="yiyi-12">numpy.lib.user_array.container</span></h1>
        <blockquote>
        <p>原文:<a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.user_array.container.html">https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.user_array.container.html</a></p>
        <p>译者:<a href="https://github.com/wizardforcel">飞龙</a> <a href="http://usyiyi.cn/">UsyiyiCN</a></p>
        <p>校对:(虚位以待)</p>
        </blockquote>
    
<dl class="class">
<dt id="numpy.lib.user_array.container"><span class="yiyi-st" id="yiyi-13"> <em class="property">class </em><code class="descclassname">numpy.lib.user_array.</code><code class="descname">container</code><span class="sig-paren">(</span><em>data</em>, <em>dtype=None</em>, <em>copy=True</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/numpy/numpy/blob/v1.11.3/numpy/lib/user_array.py#L19-L272"><span class="viewcode-link">[source]</span></a></span></dt>
<dd><p><span class="yiyi-st" id="yiyi-14">用于容易多继承的标准容器类。</span></p>
<p class="rubric"><span class="yiyi-st" id="yiyi-15">方法</span></p>
<table border="1" class="docutils">
<colgroup>
<col width="44%">
<col width="56%">
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-16">复制</span></td>
<td>&#xA0;</td>
</tr>
<tr class="row-even"><td><span class="yiyi-st" id="yiyi-17">tostring</span></td>
<td>&#xA0;</td>
</tr>
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-18">byteswap</span></td>
<td>&#xA0;</td>
</tr>
<tr class="row-even"><td><span class="yiyi-st" id="yiyi-19">astype</span></td>
<td>&#xA0;</td>
</tr>
</tbody>
</table>
</dd></dl>