httomo.runner.methods_repository_interface.MethodRepository#
- class httomo.runner.methods_repository_interface.MethodRepository(*args, **kwargs)[source]#
Factory method class which can obtain a query object for each method. It is representing a whole collection of methods and can create queries for each of them from various sources.
Methods
__init__
(*args, **kwargs)query
(module_path, method_name)Obtain a query object for a specifc method.
- query(module_path: str, method_name: str) MethodQuery [source]#
Obtain a query object for a specifc method. Depending on the method given, it may create different types of MethodQuery objects