(self, parser, env=os.environ)
| 256 | super(ExclusionPlugin, self).__init__() |
| 257 | |
| 258 | def options(self, parser, env=os.environ): |
| 259 | Plugin.options(self, parser, env) |
| 260 | |
| 261 | def configure(self, options, config): |
| 262 | Plugin.configure(self, options, config) |
nothing calls this directly
no outgoing calls
no test coverage detected