Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ count
Method
count
pattern/web/imap/__init__.py:211–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
209
210
@property
211
def
count(self):
212
return
len(self)
213
214
def
search(self, q, field=FROM, cached=False):
215
""
" Returns a list of indices
for
the given query, latest-first.
Callers
4
strip_element
Function · 0.45
_sanitizeHTML
Function · 0.45
_stripDoctype
Function · 0.45
linecol
Function · 0.45
Calls
1
len
Function · 0.85
Tested by
no test coverage detected