Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ get_rhs_op
Method
get_rhs_op
django/db/models/lookups.py:244–245 ·
view source on GitHub ↗
(self, connection, rhs)
Source
from the content-addressed store, hash-verified
242
return
"%s %s"
% (lhs_sql, rhs_sql), params
243
244
def
get_rhs_op(self, connection, rhs):
245
return
connection.operators[self.lookup_name] % rhs
246
247
248
class
FieldGetDbPrepValueMixin:
Callers
1
as_sql
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected