MCPcopy Index your code
hub / github.com/webpy/webpy / create_result_set

Method create_result_set

web/db.py:828–829  ·  view source on GitHub ↗
(self, cursor)

Source from the content-addressed store, hash-verified

826 return out
827
828 def create_result_set(self, cursor):
829 return ResultSet(cursor)
830
831 def select(
832 self,

Callers 1

queryMethod · 0.95

Calls 1

ResultSetClass · 0.85

Tested by

no test coverage detected