Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ Counter
Class
Counter
tests/force_insert_update/models.py:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
class
Counter(models.Model):
10
name = models.CharField(max_length=10)
11
value = models.IntegerField()
12
13
14
class
InheritedCounter(Counter):
Callers
13
decorator
Function · 0.85
check_url_namespaces_unique
Function · 0.85
populate
Method · 0.85
assertQuerySetEqual
Method · 0.85
templates
Method · 0.85
delete
Method · 0.85
__init__
Method · 0.85
test_force_update
Method · 0.85
test_force_insert_not_bool_or_tuple
Method · 0.85
test_force_insert_not_model
Method · 0.85
test_force_insert_not_base
Method · 0.85
make_method_counter
Method · 0.85
Calls
no outgoing calls
Tested by
6
assertQuerySetEqual
Method · 0.68
test_force_update
Method · 0.68
test_force_insert_not_bool_or_tuple
Method · 0.68
test_force_insert_not_model
Method · 0.68
test_force_insert_not_base
Method · 0.68
make_method_counter
Method · 0.68