Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ close
Method
close
mongoengine/fields.py:1825–1827 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1823
self.put(file_obj, **kwargs)
1824
1825
def
close(self):
1826
if
self.newfile:
1827
self.newfile.close()
1828
1829
def
_mark_as_changed(self):
1830
""
"Inform the instance that `self.key` has been changed"
""
Callers
5
disconnect
Function · 0.80
test_query_counter_ignores_particular_queries
Method · 0.80
test_file_fields_stream
Method · 0.80
test_file_fields_stream_after_none
Method · 0.80
test_file_saving
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_query_counter_ignores_particular_queries
Method · 0.64
test_file_fields_stream
Method · 0.64
test_file_fields_stream_after_none
Method · 0.64
test_file_saving
Method · 0.64