(self, request: FixtureRequest)
| 515 | |
| 516 | @pytest.fixture |
| 517 | def _init_(self, request: FixtureRequest): |
| 518 | return initializer_mock(request, _LineSegment, autospec=True) |
| 519 | |
| 520 | |
| 521 | class Describe_MoveTo(object): |
nothing calls this directly
no test coverage detected