Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ step
Method
step
pattern/db/__init__.py:370–370 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
368
369
class
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
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected