MCPcopy Create free account
hub / github.com/ipython/ipython / filter

Method filter

docs/source/conf.py:135–138  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

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
140ct_filter = ConfigtraitFilter()
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected