(self, name: str)
| 583 | return plugin_name |
| 584 | |
| 585 | def getplugin(self, name: str): |
| 586 | class="cm"># Support deprecated naming because plugins (xdist e.g.) use it. |
| 587 | plugin: _PluggyPlugin | None = self.get_plugin(name) |
| 588 | return plugin |
| 589 | |
| 590 | def hasplugin(self, name: str) -> bool: |
| 591 | class="st">""class="st">"Return whether a plugin with the given name is registered."class="st">"" |
no outgoing calls