MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / fs

Method fs

mongoengine/fields.py:1753–1756  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1751
1752 @property
1753 def fs(self):
1754 if not self._fs:
1755 self._fs = gridfs.GridFS(get_db(self.db_alias), self.collection_name)
1756 return self._fs
1757
1758 def get(self, grid_id=None):
1759 if grid_id:

Callers

nothing calls this directly

Calls 1

get_dbFunction · 0.90

Tested by

no test coverage detected