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

Method width_get_fixture

tests/dml/test_line.py:108–112  ·  view source on GitHub ↗
(self, request, shape_)

Source from the content-addressed store, hash-verified

106
107 @pytest.fixture(params=[(None, 0), (12700, 12700)])
108 def width_get_fixture(self, request, shape_):
109 w, expected_line_width = request.param
110 shape_.ln = self.ln_bldr(w).element
111 line = LineFormat(shape_)
112 return line, expected_line_width
113
114 @pytest.fixture(
115 params=[

Callers

nothing calls this directly

Calls 2

ln_bldrMethod · 0.95
LineFormatClass · 0.90

Tested by

no test coverage detected