Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest-xdist
/ EventCall
Class
EventCall
testing/test_remote.py:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
EventCall:
32
def
__init__(self, eventcall: tuple[str, dict[str, Any]]) -> None:
33
self.name, self.kwargs = eventcall
34
35
def
__str__(self) -> str:
36
return
f
"<EventCall {self.name}(**{self.kwargs})>"
37
38
39
class
WorkerSetup:
Callers
1
popevent
Method · 0.85
Calls
no outgoing calls
Tested by
1
popevent
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…