MCPcopy
hub / github.com/pytest-dev/pytest / PseudoPlugin

Class PseudoPlugin

testing/test_config.py:1643–1651  ·  testing/test_config.py::PseudoPlugin

Source from the content-addressed store, hash-verified

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(),)

Callers 2

loadMethod · 0.70

Calls

no outgoing calls

Tested by 2

loadMethod · 0.56