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

Method getter_fixture

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

Source from the content-addressed store, hash-verified

378
379 @pytest.fixture
380 def getter_fixture(self):
381 parent = self.parent_bldr(True).element
382 oomChild = parent.find(qn("w:oomChild"))
383 return parent, oomChild
384
385 @pytest.fixture
386 def insert_fixture(self):

Callers

nothing calls this directly

Calls 2

parent_bldrMethod · 0.95
qnFunction · 0.90

Tested by

no test coverage detected