MCPcopy Create free account
hub / github.com/scanny/python-pptx / given_a_text_run

Function given_a_text_run

features/steps/text.py:58–60  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

56
57@given("a text run")
58def given_a_text_run(context):
59 prs = Presentation(test_pptx("txt-text"))
60 context.run = prs.slides[0].shapes[0].text_frame.paragraphs[0].runs[0]
61
62
63@given("a text run in a table cell")

Callers

nothing calls this directly

Calls 2

PresentationFunction · 0.90
test_pptxFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…