# core


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a
href="https://github.com/jph00/mytestthing/blob/main/mytestthing/core.py#L9"
target="_blank" style="float:right; font-size:smaller">source</a>

### foo

>  foo (a:int)

*This passes*

<table>
<thead>
<tr>
<th></th>
<th><strong>Type</strong></th>
<th><strong>Details</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>int</td>
<td>this is a</td>
</tr>
</tbody>
</table>

This doesn’t actually do anything.

``` python
foo(1)
```
