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

Method step

pattern/db/__init__.py:360–360  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

358
359class sqlite_first(list):
360 def step(self, value): self.append(value)
361 def finalize(self):
362 return self[0]
363

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected