MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / Clean

Class Clean

tests/test_magic.py:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 with self.assertRaises(TypeError):
78 _introspect_flow_signature(bad)
79
80 def test_missing_cfg_param_raises(self) -> None:
81 async def bad(input: ArxivIdentifier) -> None:
82 return None
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected