MCPcopy
hub / github.com/django/django / City

Class City

tests/gis_tests/geoapp/models.py:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class City(NamedModel):
25 point = models.PointField()
26
27 class Meta:
28 app_label = "geoapp"
29
30
31# This is an inherited model from City

Callers 2

test_proxyMethod · 0.70
test_createnullMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_proxyMethod · 0.56
test_createnullMethod · 0.56