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

Method finalize

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

Source from the content-addressed store, hash-verified

364class sqlite_last(list):
365 def step(self, value): self.append(value)
366 def finalize(self):
367 return self[-1]
368
369class sqlite_group_concat(list):
370 def step(self, value): self.append(value)

Callers 1

test_sqlite_functionsMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_sqlite_functionsMethod · 0.36