(self)
| 200 | config_files = List(Unicode()) |
| 201 | @default('config_files') |
| 202 | def _config_files_default(self): |
| 203 | return [self.config_file_name] |
| 204 | |
| 205 | copy_config_files = Bool(False, |
| 206 | help="""Whether to install the default config files into the profile dir. |
nothing calls this directly
no outgoing calls
no test coverage detected