MCPcopy
hub / github.com/django/django / get_lookup

Method get_lookup

django/db/models/sql/where.py:313–314  ·  view source on GitHub ↗
(self, lookup)

Source from the content-addressed store, hash-verified

311 return self.output_field.get_db_converters(connection)
312
313 def get_lookup(self, lookup):
314 return self.output_field.get_lookup(lookup)
315
316 def leaves(self):
317 for child in self.children:

Callers 7

get_extra_restrictionMethod · 0.45
construct_searchMethod · 0.45
_check_orderingMethod · 0.45
_check_referencesMethod · 0.45
build_lookupMethod · 0.45
build_filterMethod · 0.45
split_excludeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected