MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / process

Method process

tests/operators/test_operator.py:22–24  ·  view source on GitHub ↗

Concrete implementation of abstract method.

(self, item: DataItem)

Source from the content-addressed store, hash-verified

20 """Concrete implementation of Operator for testing."""
21
22 def process(self, item: DataItem) -> Result:
23 """Concrete implementation of abstract method."""
24 return Result(item_idx=0)
25
26
27class TestOperatorInit:

Calls 1

ResultClass · 0.90

Tested by

no test coverage detected