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

Function given_image_filename

features/steps/image.py:13–14  ·  view source on GitHub ↗
(context, filename)

Source from the content-addressed store, hash-verified

11
12@given("the image file '{filename}'")
13def given_image_filename(context, filename):
14 context.image_path = test_file(filename)
15
16
17# when ====================================================

Callers

nothing calls this directly

Calls 1

test_fileFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…