MCPcopy 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"""

Calls

no outgoing calls