MCPcopy
hub / github.com/django/django / lower_case_function_super

Method lower_case_function_super

tests/aggregation/tests.py:1388–1390  ·  view source on GitHub ↗
(self, compiler, connection)

Source from the content-addressed store, hash-verified

1386
1387 # test changing the dict and delegating
1388 def lower_case_function_super(self, compiler, connection):
1389 self.extra["function"] = self.function.lower()
1390 return super(MySum, self).as_sql(compiler, connection)
1391
1392 setattr(MySum, "as_" + connection.vendor, lower_case_function_super)
1393

Callers

nothing calls this directly

Calls 1

as_sqlMethod · 0.45

Tested by

no test coverage detected