<div class="codehilite"><pre><span></span><code><span class="k">def</span> <span class="nf">my_func</span><span class="p">(</span><span class="n">arg1</span><span class="p">,</span> <span class="n">arg2</span><span class="p">)</span>
</code></pre></div>

<h1 id="arguments">Arguments</h1>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>arg1</code></td>
<td>``</td>
<td>Description of arg1.</td>
</tr>
<tr>
<td><code>arg2</code></td>
<td>``</td>
<td>Description of arg2.</td>
</tr>
</tbody>
</table>
<h1 id="returns">Returns</h1>
<table>
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>HTML</code></td>
<td>A description of the return value.</td>
</tr>
</tbody>
</table>