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

Method ln_bldr

tests/dml/test_line.py:158–162  ·  view source on GitHub ↗
(self, w)

Source from the content-addressed store, hash-verified

156 return instance_mock(request, CT_LineProperties)
157
158 def ln_bldr(self, w):
159 ln_bldr = an_ln().with_nsdecls()
160 if w is not None:
161 ln_bldr.with_w(w)
162 return ln_bldr
163
164 @pytest.fixture
165 def shape_(self, request, ln_):

Callers 2

width_get_fixtureMethod · 0.95
width_set_fixtureMethod · 0.95

Calls 2

an_lnFunction · 0.85
with_nsdeclsMethod · 0.80

Tested by

no test coverage detected