Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ add
Method
add
tests/messages_tests/utils.py:10–11 ·
view source on GitHub ↗
(self, level, message, extra_tags="")
Source
from the content-addressed store, hash-verified
8
self.store = []
9
10
def
add(self, level, message, extra_tags=
""
):
11
self.store.append(Message(level, message, extra_tags))
12
13
def
__iter__(self):
14
return
iter(self.store)
Callers
15
get_test_modules
Function · 0.45
get_filtered_test_modules
Function · 0.45
setup_run_tests
Function · 0.45
test_add
Method · 0.45
test_expiration
Method · 0.45
test_add
Method · 0.45
test_expiration
Method · 0.45
test_unicode
Method · 0.45
test_binary_string
Method · 0.45
test_long_timeout
Method · 0.45
test_forever_timeout
Method · 0.45
test_zero_timeout
Method · 0.45
Calls
2
Message
Class · 0.90
append
Method · 0.45
Tested by
15
get_test_modules
Function · 0.36
get_filtered_test_modules
Function · 0.36
setup_run_tests
Function · 0.36
test_add
Method · 0.36
test_expiration
Method · 0.36
test_add
Method · 0.36
test_expiration
Method · 0.36
test_unicode
Method · 0.36
test_binary_string
Method · 0.36
test_long_timeout
Method · 0.36
test_forever_timeout
Method · 0.36
test_zero_timeout
Method · 0.36