MCPcopy Index your code
hub / github.com/python-openxml/python-docx / when_construct_image_using_path

Function when_construct_image_using_path

features/steps/image.py:21–22  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

19
20@when("I construct an image using the image path")
21def when_construct_image_using_path(context):
22 context.image = Image.from_file(context.image_path)
23
24
25# then ====================================================

Callers

nothing calls this directly

Calls 1

from_fileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…