MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / filter

Method filter

mongoengine/queryset/base.py:229–231  ·  view source on GitHub ↗

An alias of :meth:`~mongoengine.queryset.QuerySet.__call__`

(self, *q_objs, **query)

Source from the content-addressed store, hash-verified

227 return self.__call__()
228
229 def filter(self, *q_objs, **query):
230 """An alias of :meth:`~mongoengine.queryset.QuerySet.__call__`"""
231 return self.__call__(*q_objs, **query)
232
233 def search_text(self, text, language=None, text_score=True):
234 """

Callers 15

updateMethod · 0.45
deleteMethod · 0.45
reloadMethod · 0.45
getMethod · 0.45
with_idMethod · 0.45
test_q_with_dbrefMethod · 0.45
test_q_cloneMethod · 0.45
test_qMethod · 0.45
test_chainingMethod · 0.45

Calls 1

__call__Method · 0.95

Tested by 15

test_q_with_dbrefMethod · 0.36
test_q_cloneMethod · 0.36
test_qMethod · 0.36
test_chainingMethod · 0.36
test_filter_chainingMethod · 0.36
test_clear_orderingMethod · 0.36