Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ __init__
Method
__init__
testing/test_junitxml.py:951–954 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
949
workerinput = None
950
951
def
__init__(self):
952
self.pluginmanager = self
953
self.option = self
954
self.stash = Stash()
955
956
def
getini(self, name):
957
return
"pytest"
Callers
nothing calls this directly
Calls
1
Stash
Class · 0.90
Tested by
no test coverage detected