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:365–365 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
363
364
class
sqlite_last(list):
365
def
step(self, value): self.append(value)
366
def
finalize(self):
367
return
self[-1]
368
Callers
2
canvas.js
File · 0.45
test_sqlite_functions
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
1
test_sqlite_functions
Method · 0.36