API Reference¶
This page provides detailed API documentation for CrustyPy Instance.
Main Module¶
crustypy_instance
¶
Generated with CrustyPy.
Functions¶
make_greeting
¶
Make greeting message.
This function is an example, and should be deleted once you're familiar with how the project is structured.
Make sure to also remove this function from the __init__.py
file, as well as from the tests.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name
|
str
|
The name of the person to greet. |
required |
Returns:
| Type | Description |
|---|---|
str
|
A greeting message for that person. |
Examples: