MCPcopy Create free account
hub / github.com/IBM/mcp-cli / _proc

Method _proc

tests/chat/test_tool_processor.py:2336–2337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2334
2335class TestTryParseNumber:
2336 def _proc(self):
2337 return _make_processor()
2338
2339 def test_numeric_string_returns_float(self):
2340 assert self._proc()._try_parse_number("3.14") == 3.14

Calls 1

_make_processorFunction · 0.85

Tested by

no test coverage detected