MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/db/models/sql/subqueries.py:54–56  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

52 compiler = "SQLUpdateCompiler"
53
54 def __init__(self, *args, **kwargs):
55 super().__init__(*args, **kwargs)
56 self._setup_query()
57
58 def _setup_query(self):
59 """

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

_setup_queryMethod · 0.95

Tested by

no test coverage detected