Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ TestImage
Class
TestImage
tests/fields/test_file_field.py:378–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
@require_pil
377
def
test_image_field(self):
378
class
TestImage(Document):
379
image = ImageField()
380
381
TestImage.drop_collection()
382
Callers
5
test_image_field
Method · 0.85
test_image_field_resize
Method · 0.85
test_image_field_resize_force
Method · 0.85
test_image_field_thumbnail
Method · 0.85
test_get_image_by_grid_id
Method · 0.85
Calls
1
ImageField
Class · 0.85
Tested by
5
test_image_field
Method · 0.68
test_image_field_resize
Method · 0.68
test_image_field_resize_force
Method · 0.68
test_image_field_thumbnail
Method · 0.68
test_get_image_by_grid_id
Method · 0.68