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

Method ActionSetting_

tests/shapes/test_base.py:389–390  ·  view source on GitHub ↗
(self, request, action_setting_)

Source from the content-addressed store, hash-verified

387
388 @pytest.fixture
389 def ActionSetting_(self, request, action_setting_):
390 return class_mock(request, "pptx.shapes.base.ActionSetting", return_value=action_setting_)
391
392 @pytest.fixture
393 def action_setting_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected