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

Method rewriter

tests/operators/test_rewriters.py:36–38  ·  view source on GitHub ↗

Create rewriter instance.

(self)

Source from the content-addressed store, hash-verified

34
35 @pytest.fixture
36 def rewriter(self):
37 """Create rewriter instance."""
38 return RemoveThinkRewriter()
39
40 def test_rewrite_no_think_tag(self, rewriter):
41 """Test rewrite when no think tag present."""

Callers

nothing calls this directly

Calls 1

RemoveThinkRewriterClass · 0.90

Tested by

no test coverage detected