Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ count
Method
count
pattern/db/__init__.py:1936–1937 ·
view source on GitHub ↗
(self, row)
Source
from the content-addressed store, hash-verified
1934
return
self._datasheet.pop(i)
1935
1936
def
count(self, row):
1937
return
self._datasheet.count(row)
1938
def
index(self, row):
1939
return
self._datasheet.index(row)
1940
def
sort(self, cmp=None, key=None, reverse=False):
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected