(self, record)
| 133 | """ |
| 134 | |
| 135 | def filter(self, record): |
| 136 | if record.args and record.args[0] == 'configtrait' and 'duplicate' in record.msg: |
| 137 | return False |
| 138 | return True |
| 139 | |
| 140 | ct_filter = ConfigtraitFilter() |
| 141 |
nothing calls this directly
no outgoing calls
no test coverage detected