MCPcopy Create free account
hub / github.com/webpy/webpy / _db_cursor

Method _db_cursor

web/db.py:722–723  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

720 return self._pooleddb.connection()
721
722 def _db_cursor(self):
723 return self.ctx.db.cursor()
724
725 def _param_marker(self):
726 """Returns parameter marker based on paramstyle attribute if this database."""

Callers 5

queryMethod · 0.95
insertMethod · 0.95
multiple_insertMethod · 0.95
updateMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected