MCPcopy
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
31class 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
39class WorkerSetup:

Callers 1

popeventMethod · 0.85

Calls

no outgoing calls

Tested by 1

popeventMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…