DSMFunctionPrototype¶
- class dsviper.DSMFunctionPrototype¶
Bases:
objectA class used to represent the definition of a function prototype.
Note: Not directly instantiable.
- name() str¶
Return the name.
- parameters() list[tuple[str, DSMType]]¶
Return the list of parameters.
- return_type() DSMType¶
Return the type of the returned value.