MCPcopy
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
9class Counter(models.Model):
10 name = models.CharField(max_length=10)
11 value = models.IntegerField()
12
13
14class InheritedCounter(Counter):

Callers 13

decoratorFunction · 0.85
populateMethod · 0.85
assertQuerySetEqualMethod · 0.85
templatesMethod · 0.85
deleteMethod · 0.85
__init__Method · 0.85
test_force_updateMethod · 0.85
make_method_counterMethod · 0.85

Calls

no outgoing calls