(self)
| 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): |
nothing calls this directly
no test coverage detected