MCPcopy Index your code
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / DummyLogger

Class DummyLogger

tests/test_generate_answer_node.py:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class DummyLogger:
25 def info(self, msg):
26 pass
27
28 def error(self, msg):
29 pass
30
31
32@pytest.fixture

Callers 4

dummy_nodeFunction · 0.70
dummy_node_with_pipeFunction · 0.70
dummy_node_for_processFunction · 0.70

Calls

no outgoing calls

Tested by 4

dummy_nodeFunction · 0.56
dummy_node_with_pipeFunction · 0.56
dummy_node_for_processFunction · 0.56