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

Function when_I_add_a_tab_stop

features/steps/tabstops.py:52–54  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

50
51@when("I add a tab stop")
52def when_I_add_a_tab_stop(context):
53 tab_stops = context.tab_stops
54 tab_stops.add_tab_stop(Inches(1.75))
55
56
57@when("I assign {member} to tab_stop.alignment")

Callers

nothing calls this directly

Calls 2

InchesClass · 0.90
add_tab_stopMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…