(module_name, location=None)
| 164 | return result |
| 165 | |
| 166 | def initialize_config_module(module_name, location=None): |
| 167 | |
| 168 | get_manager().projects().initialize(module_name, location) |
| 169 | |
| 170 | # Helper rule used to load configuration files. Loads the first configuration |
| 171 | # file with the given 'filename' at 'path' into module with name 'module-name'. |
no test coverage detected