Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __init__
Method
__init__
testing/test_junitxml.py:1017–1020 · testing/test_junitxml.py::FakeConfig.__init__
(self)
Source
from the content-addressed store, hash-verified
1015
workerinput = None
1016
1017
def
__init__(self) -> None:
1018
self.pluginmanager = self
1019
self.option = self
1020
self.stash = Stash()
1021
1022
def
getini(self, name: str) -> str:
1023
return
class
="st">"pytest"
Callers
nothing calls this directly
Calls
1
Stash
Class · 0.90
Tested by
no test coverage detected