MCPcopy
hub / github.com/django/django / _map_related_query_names

Method _map_related_query_names

tests/model_meta/tests.py:25–26  ·  view source on GitHub ↗
(self, res)

Source from the content-addressed store, hash-verified

23
24class OptionsBaseTests(SimpleTestCase):
25 def _map_related_query_names(self, res):
26 return tuple((o.name, m) for o, m in res)
27
28 def _map_names(self, res):
29 return tuple((f.name, m) for f, m in res)

Callers 2

test_related_objectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected