MCPcopy Create free account
hub / github.com/pytest-dev/pytest / __init__

Method __init__

src/_pytest/main.py:423–425  ·  view source on GitHub ↗
(self, pm: PytestPluginManager, remove_mods)

Source from the content-addressed store, hash-verified

421
422class FSHookProxy:
423 def __init__(self, pm: PytestPluginManager, remove_mods) -> None:
424 self.pm = pm
425 self.remove_mods = remove_mods
426
427 def __getattr__(self, name: str):
428 x = self.pm.subset_hook_caller(name, remove_plugins=self.remove_mods)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected