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

Function when_I_call_placeholder_insert_table

features/steps/placeholder.py:147–149  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

145
146@when("I call placeholder.insert_table(rows=2, cols=3)")
147def when_I_call_placeholder_insert_table(context):
148 placeholder = context.shape
149 context.placeholder = placeholder.insert_table(2, 3)
150
151
152@when("I indent the first paragraph")

Callers

nothing calls this directly

Calls 1

insert_tableMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…