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

Function given_a_default_comment_object

features/steps/comments.py:34–35  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

32
33@given("a default Comment object")
34def given_a_default_comment_object(context: Context):
35 context.comment = Document(test_docx("comments-rich-para")).comments.add_comment()
36
37
38@given("a document having a comments part")

Callers

nothing calls this directly

Calls 3

DocumentFunction · 0.90
test_docxFunction · 0.90
add_commentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…