MCPcopy 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_elementFunction · 0.45
_sanitizeHTMLFunction · 0.45
_stripDoctypeFunction · 0.45
linecolFunction · 0.45

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected