Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ ResultSet
Class
ResultSet
web/db.py:521–525 ·
view source on GitHub ↗
The result of a database query.
Source
from the content-addressed store, hash-verified
519
520
521
class
ResultSet(BaseResultSet):
522
""
"The result of a database query."
""
523
524
def
__len__(self):
525
return
int(self.cursor.rowcount)
526
527
528
class
SqliteResultSet(BaseResultSet):
Callers
1
create_result_set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected