MCPcopy
hub / github.com/pytest-dev/pytest-xdist / put

Method put

src/xdist/remote.py:92–94  ·  view source on GitHub ↗
(self, item: Item)

Source from the content-addressed store, hash-verified

90 self._has_items_event.wait()
91
92 def put(self, item: Item) -> None:
93 with self.lock() as locked_items:
94 locked_items.append(item)
95
96 def replace(self, iterable: Iterable[Item]) -> None:
97 with self.lock():

Callers 1

handle_commandMethod · 0.80

Calls 1

lockMethod · 0.95

Tested by

no test coverage detected