Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ filter
Method
filter
django/utils/log.py:196–199 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
194
self.callback = callback
195
196
def
filter(self, record):
197
if
self.callback(record):
198
return
1
199
return
0
200
201
202
class
RequireDebugFalse(logging.Filter):
Callers
15
test_sense
Method · 0.95
test_passes_on_record
Method · 0.95
get_list_or_404
Function · 0.45
aget_list_or_404
Function · 0.45
exists
Method · 0.45
aexists
Method · 0.45
clear_expired
Method · 0.45
aclear_expired
Method · 0.45
get_queryset
Method · 0.45
clean_username
Method · 0.45
get_users
Method · 0.45
_get_group_permissions
Method · 0.45
Calls
1
callback
Method · 0.45
Tested by
2
test_sense
Method · 0.76
test_passes_on_record
Method · 0.76