numpy.ma.MaskedArray.__getitem__.html 1.1 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13

<h1><span class="yiyi-st" id="yiyi-13">numpy.ma.MaskedArray.__getitem__</span></h1>
        <blockquote>
        <p>原文:<a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ma.MaskedArray.__getitem__.html">https://docs.scipy.org/doc/numpy/reference/generated/numpy.ma.MaskedArray.__getitem__.html</a></p>
        <p>译者:<a href="https://github.com/wizardforcel">飞龙</a> <a href="http://usyiyi.cn/">UsyiyiCN</a></p>
        <p>校对:(虚位以待)</p>
        </blockquote>
    
<dl class="method">
<dt id="numpy.ma.MaskedArray.__getitem__"><span class="yiyi-st" id="yiyi-14"> <code class="descclassname">MaskedArray.</code><code class="descname">__getitem__</code><span class="sig-paren">(</span><em>indx</em><span class="sig-paren">)</span><a class="reference external" href="http://github.com/numpy/numpy/blob/v1.11.3/numpy/ma/core.py#L3151-L3218"><span class="viewcode-link">[source]</span></a></span></dt>
<dd><p><span class="yiyi-st" id="yiyi-15">x .__ getitem __(y)x [y]</span></p>
<p><span class="yiyi-st" id="yiyi-16">返回由i描述的项作为掩码数组。</span></p>
</dd></dl>