MCPcopy
hub / github.com/geldata/gel / decode

Method decode

tests/test_ext_ai.py:1401–1402  ·  view source on GitHub ↗
(self, tokens: list[int])

Source from the content-addressed store, hash-verified

1399 return 0
1400
1401 def decode(self, tokens: list[int]) -> str:
1402 return str(chr(t) for t in tokens)
1403
1404
1405class TestExtAIUtils(unittest.TestCase):

Callers 15

on_statusMethod · 0.45
stopMethod · 0.45
initMethod · 0.45
stopMethod · 0.45
_deserializeMethod · 0.45
_deserializeMethod · 0.45
_deserializeMethod · 0.45
_deserializeMethod · 0.45
_deserializeMethod · 0.45
test_cqa_ruffMethod · 0.45
test_cqa_mypyMethod · 0.45
test_cqa_rust_clippyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected