Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
364
class
sqlite_last(list):
365
def
step(self, value): self.append(value)
366
def
finalize(self):
367
return
self[-1]
368
369
class
sqlite_group_concat(list):
370
def
step(self, value): self.append(value)
Callers
1
test_sqlite_functions
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_sqlite_functions
Method · 0.36