MCPcopy Index your code
hub / github.com/clips/pattern / rows

Method rows

pattern/db/__init__.py:1284–1287  ·  view source on GitHub ↗

Executes the query and returns the matching rows from the table.

(self)

Source from the content-addressed store, hash-verified

1282 return self._table.db.execute(self.SQL())
1283
1284 def rows(self):
1285 """ Executes the query and returns the matching rows from the table.
1286 """
1287 return self.execute()
1288
1289 def record(self, row):
1290 """ Returns the given row as a dictionary of (field or alias, value)-items.

Callers 3

__len__Method · 0.95
__iter__Method · 0.95
__getitem__Method · 0.95

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected