MCPcopy Create free account
hub / github.com/scanny/python-pptx / element_fixture

Method element_fixture

tests/test_shared.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33
34 @pytest.fixture
35 def element_fixture(self):
36 p = element("w:p")
37 proxy = ElementProxy(p)
38 return proxy, p
39
40 @pytest.fixture
41 def eq_fixture(self):

Callers

nothing calls this directly

Calls 2

ElementProxyClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected