(self, request: FixtureRequest)
| 468 | |
| 469 | @pytest.fixture |
| 470 | def _init_(self, request: FixtureRequest): |
| 471 | return initializer_mock(request, _Close, autospec=True) |
| 472 | |
| 473 | |
| 474 | class Describe_LineSegment(object): |
nothing calls this directly
no test coverage detected