yamle.methods package#

yamle.methods.method_factory(method_type)[source]#

This function is used to create a method instance based on the method type.

Parameters:

method_type (str) – The type of method to create.

Return type:

Type[BaseMethod]

Submodules#