Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ __len__
Method
__len__
web/db.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
return
self
202
203
def
__len__(self):
204
return
len(self.query())
205
206
def
__eq__(self, other):
207
return
isinstance(other, SQLQuery) and other.items == self.items
Callers
1
__nonzero__
Method · 0.45
Calls
1
query
Method · 0.95
Tested by
no test coverage detected