(self, request)
| 714 | ] |
| 715 | ) |
| 716 | def pos_get_fixture(self, request): |
| 717 | gs_cxml, expected_value = request.param |
| 718 | stop = _GradientStop(element(gs_cxml)) |
| 719 | return stop, expected_value |
| 720 | |
| 721 | @pytest.fixture( |
| 722 | params=[ |
nothing calls this directly
no test coverage detected