MCPcopy Index your code
hub / github.com/clips/pattern / finalize

Method finalize

pattern/db/__init__.py:371–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369class sqlite_group_concat(list):
370 def step(self, value): self.append(value)
371 def finalize(self):
372 return ",".join(string(v) for v in self if v is not None)
373
374# SQLite (and MySQL) date string format:
375# yyyy-mm-dd hh:mm:ss

Callers

nothing calls this directly

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected