(self)
| 15 | return None |
| 16 | |
| 17 | def print(self): |
| 18 | print('Model configurations:') |
| 19 | print('---------------------------------') |
| 20 | print(self._yaml) |
| 21 | print('') |
| 22 | print('---------------------------------') |
| 23 | print('') |
| 24 | |
| 25 | |
| 26 | def load_config(path): |
nothing calls this directly
no outgoing calls
no test coverage detected