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

Method LineFormat_

tests/dml/test_chtfmt.py:82–83  ·  view source on GitHub ↗
(self, request, line_)

Source from the content-addressed store, hash-verified

80
81 @pytest.fixture
82 def LineFormat_(self, request, line_):
83 return class_mock(request, "pptx.dml.chtfmt.LineFormat", return_value=line_)
84
85 @pytest.fixture
86 def line_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected