(self)
| 1533 | |
| 1534 | @pytest.fixture |
| 1535 | def ph_bldr(self): |
| 1536 | return an_sp().with_child(an_nvSpPr().with_child(an_nvPr().with_child(a_ph().with_idx(1)))) |
| 1537 | |
| 1538 | |
| 1539 | class DescribeLayoutPlaceholders(object): |
nothing calls this directly
no test coverage detected