MCPcopy
hub / github.com/django/django / get_bound_params

Method get_bound_params

django/db/models/lookups.py:739–742  ·  view source on GitHub ↗
(self, start, finish)

Source from the content-addressed store, hash-verified

737 return connection.operators[self.lookup_name] % rhs
738
739 def get_bound_params(self, start, finish):
740 raise NotImplementedError(
741 "subclasses of YearLookup must provide a get_bound_params() method"
742 )
743
744
745class YearExact(YearLookup, Exact):

Callers 2

as_sqlMethod · 0.95
test_get_bound_paramsMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_get_bound_paramsMethod · 0.76