| 1641 | files = () |
| 1642 | |
| 1643 | class PseudoPlugin: |
| 1644 | x = 42 |
| 1645 | |
| 1646 | attrs_used = [] |
| 1647 | |
| 1648 | def __getattr__(self, name): |
| 1649 | assert name in (class="st">"__loader__", class="st">"__spec__") |
| 1650 | self.attrs_used.append(name) |
| 1651 | return object() |
| 1652 | |
| 1653 | def distributions(): |
| 1654 | return (Distribution(),) |
no outgoing calls