(self)
| 213 | return "[%(name)s] %(message)s" |
| 214 | |
| 215 | def _copy_config_files_default(self): |
| 216 | return True |
| 217 | |
| 218 | parallel = Bool(False, |
| 219 | help="whether to include parallel computing config files" |
nothing calls this directly
no outgoing calls
no test coverage detected