# Helper Function Discovery


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

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

### HelperInfo

``` python

def HelperInfo(
    name:str, module_name:str, function:Any, signature:str, docstring:str, source:str
)->None:

```

*Information about a discovered helper function.*

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

### get_helper_examples

``` python

def get_helper_examples(
    module_name:str, # Name of the module to inspect
)->Optional: # ExampleInfo object or None if not found

```

*Get the helper examples test function for a module.*

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

### get_module_helpers

``` python

def get_module_helpers(
    module_name:str, # Name of the module to inspect
)->List: # List of HelperInfo objects

```

\*Get helper functions from a module based on its
test\_<module>\_helper_examples function.\*

## Export
