API Reference¶
Top Level Module¶
aieng_template_uv
¶
Top level module.
hello
¶
bar
¶
bar module.
bar
¶
Return input concatenated with 'bar'.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
foo
|
str
|
Input string to be concatenated with 'bar'. |
required |
Returns:
Type | Description |
---|---|
str
|
Concatenated string. |
Examples:
Source code in src/aieng_template_uv/bar.py
Foo Module¶
aieng_template_uv.foo
¶
foo module.
foo
¶
Return input concatenated with 'foo'.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
bar
|
str
|
Input string to be concatenated with 'foo'. |
required |
Returns:
Type | Description |
---|---|
str
|
Concatenated string. |
Examples: