Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_patch_cache_control
Method · 0.45
SubclassedMiddleware
Class · 0.45
test_multiple_sort_same_field
Method · 0.45
test_sort_indicators_admin_order
Method · 0.45
test_nesting
Method · 0.45
test_inline
Method · 0.45
test_admin_javascript_supported_input_formats
Method · 0.45
_assertPoLocComment
Method · 0.45
test_kml
Method · 0.45
test_geojson
Method · 0.45
test_asgml
Method · 0.45
test_flags_with_pre_compiled_regex
Method · 0.45
Calls
1
as_sql
Method · 0.45
Tested by
no test coverage detected