module_function
(
a
,
b
=
'test'
)
Docstring for module_function.
Input arguments:
Name | Type | Description | Default |
---|---|---|---|
a
|
double
|
First parameter |
required |
b
|
char
|
Second parameter |
'test'
|