MCPcopy Create free account
hub / github.com/MongoEngine/mongoengine / objects

Method objects

tests/queryset/test_queryset.py:3974–3975  ·  view source on GitHub ↗
(doc_cls, queryset)

Source from the content-addressed store, hash-verified

3972
3973 @queryset_manager
3974 def objects(doc_cls, queryset):
3975 return queryset(active=True)
3976
3977 @queryset_manager
3978 def with_inactive(doc_cls, queryset):

Calls

no outgoing calls

Tested by

no test coverage detected