MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / to_str

Function to_str

scripts/test_stringzilla.py:628–629  ·  view source on GitHub ↗
(seq)

Source from the content-addressed store, hash-verified

626 big_sequence = big.split(", ")
627
628 def to_str(seq):
629 return "".join([str(x) for x in seq])
630
631 assert big_sequence[1:3] == ["2", "3"], to_str(big_sequence[1:3])
632 assert big_sequence[1:] == ["2", "3", "4", "5", "6"], to_str(big_sequence[1:])

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…