MCPcopy
hub / github.com/django/django / as_sql

Method as_sql

tests/queries/tests.py:3615–3616  ·  view source on GitHub ↗
(self, compiler, connection)

Source from the content-addressed store, hash-verified

3613class WhereNodeTest(SimpleTestCase):
3614 class DummyNode:
3615 def as_sql(self, compiler, connection):
3616 return "dummy", []
3617
3618 class MockCompiler:
3619 def compile(self, node):

Callers 6

test_ticket7813Method · 0.45
test_ticket7045Method · 0.45
compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected