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

Method all

mongoengine/queryset/base.py:225–227  ·  view source on GitHub ↗

Returns a copy of the current QuerySet.

(self)

Source from the content-addressed store, hash-verified

223 # Core functions
224
225 def all(self):
226 """Returns a copy of the current QuerySet."""
227 return self.__call__()
228
229 def filter(self, *q_objs, **query):
230 """An alias of :meth:`~mongoengine.queryset.QuerySet.__call__`"""

Callers 15

test_non_ascii_pkMethod · 0.80
test_picke_simple_qsMethod · 0.80
test_unpickleMethod · 0.80
test_noneMethod · 0.80
test_batch_sizeMethod · 0.80
test_orderingMethod · 0.80
test_cache_not_clonedMethod · 0.80

Calls 1

__call__Method · 0.95

Tested by 15

test_non_ascii_pkMethod · 0.64
test_picke_simple_qsMethod · 0.64
test_unpickleMethod · 0.64
test_noneMethod · 0.64
test_batch_sizeMethod · 0.64
test_orderingMethod · 0.64
test_cache_not_clonedMethod · 0.64