MCPcopy 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
364class sqlite_last(list):
365 def step(self, value): self.append(value)
366 def finalize(self):
367 return self[-1]
368

Callers 2

canvas.jsFile · 0.45
test_sqlite_functionsMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by 1

test_sqlite_functionsMethod · 0.36