MCPcopy
hub / github.com/django/django / compile

Method compile

tests/queries/tests.py:3619–3620  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

3617
3618 class MockCompiler:
3619 def compile(self, node):
3620 return node.as_sql(self, connection)
3621
3622 def __call__(self, name):
3623 return connection.ops.quote_name(name)

Callers 15

test_nestingMethod · 0.45
test_inlineMethod · 0.45
_assertPoLocCommentMethod · 0.45
test_kmlMethod · 0.45
test_geojsonMethod · 0.45
test_asgmlMethod · 0.45

Calls 1

as_sqlMethod · 0.45

Tested by

no test coverage detected