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

Function when_add_row_to_table

features/steps/table.py:208–210  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

206
207@when("I add a row to the table")
208def when_add_row_to_table(context: Context):
209 table = context.table_
210 context.row = table.add_row()
211
212
213@when("I assign a string to the cell text attribute")

Callers

nothing calls this directly

Calls 1

add_rowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…