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

Function when_add_heading_specifying_level

features/steps/document.py:77–78  ·  view source on GitHub ↗
(context, level)

Source from the content-addressed store, hash-verified

75
76@when("I add a heading specifying level={level}")
77def when_add_heading_specifying_level(context, level):
78 context.document.add_heading(level=int(level))
79
80
81@when("I add a heading specifying only its text")

Callers

nothing calls this directly

Calls 1

add_headingMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…