This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathroutines.help.html
39 lines (37 loc) · 2.14 KB
/
routines.help.html
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
34
35
36
37
38
39
<span id="routines-help"></span><h1><span class="yiyi-st" id="yiyi-15">NumPy-specific help functions</span></h1>
<blockquote>
<p>原文:<a href="https://docs.scipy.org/doc/numpy/reference/routines.help.html">https://docs.scipy.org/doc/numpy/reference/routines.help.html</a></p>
<p>译者:<a href="https://github.com/wizardforcel">飞龙</a> <a href="http://usyiyi.cn/">UsyiyiCN</a></p>
<p>校对:(虚位以待)</p>
</blockquote>
<div class="section" id="finding-help">
<h2><span class="yiyi-st" id="yiyi-16">Finding help</span></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%">
<col width="90%">
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-17"><a class="reference internal" href="generated/numpy.lookfor.html#numpy.lookfor" title="numpy.lookfor"><code class="xref py py-obj docutils literal"><span class="pre">lookfor</span></code></a>(what [,module,import_modules,...])</span></td>
<td><span class="yiyi-st" id="yiyi-18">在docstrings上执行关键字搜索。</span></td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="reading-help">
<h2><span class="yiyi-st" id="yiyi-19">Reading help</span></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%">
<col width="90%">
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><span class="yiyi-st" id="yiyi-20"><a class="reference internal" href="generated/numpy.info.html#numpy.info" title="numpy.info"><code class="xref py py-obj docutils literal"><span class="pre">info</span></code></a>([object,maxwidth,output,toplevel])</span></td>
<td><span class="yiyi-st" id="yiyi-21">获取函数,类或模块的帮助信息。</span></td>
</tr>
<tr class="row-even"><td><span class="yiyi-st" id="yiyi-22"><a class="reference internal" href="generated/numpy.source.html#numpy.source" title="numpy.source"><code class="xref py py-obj docutils literal"><span class="pre">source</span></code></a>(object [,output])</span></td>
<td><span class="yiyi-st" id="yiyi-23">打印或写入文件Numpy对象的源代码。</span></td>
</tr>
</tbody>
</table>
</div>