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

Method delete

web/db.py:1327–1330  ·  view source on GitHub ↗
(self, table, where=None, using=None, vars=None, _test=False)

Source from the content-addressed store, hash-verified

1325 DB.__init__(self, db, keywords)
1326
1327 def delete(self, table, where=None, using=None, vars=None, _test=False):
1328 # firebird doesn't support using clause
1329 using = None
1330 return DB.delete(self, table, where, using, vars, _test)
1331
1332 def sql_clauses(self, what, tables, where, group, order, limit, offset):
1333 return (

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected