pasteur.module.get_module_dict_multiple

pasteur.module.get_module_dict_multiple#

pasteur.module.get_module_dict_multiple(parent, modules)[source]#

Same as get_module_dict, except for that it returns a list. Multiple modules can use the same name.

Return type:

dict[str, list[TypeVar(M, bound= Module)]]