Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ reset
Method
reset
mongoengine/queryset/field_list.py:80–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
return
field_list
79
80
def
reset(self):
81
self.fields = set()
82
self.slice = {}
83
self.value = self.ONLY
84
85
def
_clean_slice(self):
86
if
self.slice:
Callers
1
test_reset
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_reset
Method · 0.76