Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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):
Callers
15
on_document_pre_save
Method · 0.45
sync_all
Method · 0.45
delete
Method · 0.45
test_connect_disconnect_works_properly
Method · 0.45
test_connect_different_documents_to_different_database
Method · 0.45
test_query_counter_alias
Method · 0.45
test_basic_queries_against_mongomock
Method · 0.45
load_existing_author
Method · 0.45
test_migrate_references
Method · 0.45
test_recursive_reference
Method · 0.45
test_circular_reference
Method · 0.45
test_circular_reference_on_self
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected