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

Function given_a_2x3_MergeOriginCell_object_as_cell

features/steps/table.py:23–25  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

21
22@given("a 2x3 _MergeOriginCell object as cell")
23def given_a_2x3_MergeOriginCell_object_as_cell(context):
24 prs = Presentation(test_pptx("tbl-cell"))
25 context.cell = prs.slides[1].shapes[1].table.cell(0, 0)
26
27
28@given("a 3x3 Table object as table")

Callers

nothing calls this directly

Calls 3

PresentationFunction · 0.90
test_pptxFunction · 0.90
cellMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…