Skip to content

Commit

Permalink
deploy: 463acd9
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Nov 15, 2024
1 parent 0b3c96a commit 1a80e4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _modules/plum/function.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,11 @@ <h1>Source code for plum.function</h1><div class="highlight"><pre>
<span class="c1"># extended, so unwrapping is likely never desired.</span>

<span class="k">return</span> <span class="n">wrapped_method</span>

<span class="nd">@property</span>
<span class="k">def</span> <span class="nf">methods</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="n">List</span><span class="p">[</span><span class="n">Signature</span><span class="p">]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;list[:class:`.signature.Signature`]: All available methods.&quot;&quot;&quot;</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_f</span><span class="o">.</span><span class="n">methods</span>
</pre></div>

</article>
Expand Down

0 comments on commit 1a80e4f

Please sign in to comment.