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

Method getter_fixture

tests/oxml/test_xmlchemy.py:543–546  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

541
542 @pytest.fixture
543 def getter_fixture(self):
544 parent = self.parent_bldr(True).element
545 zomChild = parent.find(qn("w:zomChild"))
546 return parent, zomChild
547
548 @pytest.fixture
549 def insert_fixture(self):

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
qnFunction · 0.90

Tested by

no test coverage detected