(self, shapes_)
| 303 | |
| 304 | @pytest.fixture |
| 305 | def part_fixture(self, shapes_): |
| 306 | parent_ = shapes_ |
| 307 | shape = BaseShape(None, parent_) |
| 308 | return shape, parent_ |
| 309 | |
| 310 | @pytest.fixture |
| 311 | def phfmt_fixture(self, _PlaceholderFormat_, placeholder_format_): |