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

Function given_a_paragraph_format

features/steps/parfmt.py:16–18  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

14
15@given("a paragraph format")
16def given_a_paragraph_format(context):
17 document = Document(test_docx("tab-stops"))
18 context.paragraph_format = document.paragraphs[0].paragraph_format
19
20
21@given("a paragraph format having {prop_name} set {setting}")

Callers

nothing calls this directly

Calls 2

DocumentFunction · 0.90
test_docxFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…