Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ load
Method
load
testing/test_config.py:1507–1511 · testing/test_config.py::EntryPoint.load
(self)
Source
from the content-addressed store, hash-verified
1505
group =
class
="st">"pytest11"
1506
1507
def
load(self):
1508
class
PseudoPlugin:
1509
x = 42
1510
1511
return
PseudoPlugin()
1512
1513
class
Dist:
1514
files = ()
Callers
2
test_load
Method · 0.45
test_dump
Method · 0.45
Calls
1
PseudoPlugin
Class · 0.70
Tested by
no test coverage detected