Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ swap
Method
swap
pattern/db/__init__.py:2154–2155 ·
view source on GitHub ↗
(self, i1, i2)
Source
from the content-addressed store, hash-verified
2152
self[j] = function(value)
2153
2154
def
swap(self, i1, i2):
2155
self._datasheet.swap(i1, i2)
2156
2157
#---------------------------------------------------------------------------------------------------
2158
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected