Functions#
- class momba.model.FunctionDefinition(name, parameters, returns, body)[source]#
A function definition.
- name#
The name of the defined function.
- parameters#
The parameters of the function.
- returns#
The return type of the function.
- body#
The body of the function.