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

Method sqlquery

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

Source from the content-addressed store, hash-verified

107 raise UnknownParamstyle(paramstyle)
108
109 def sqlquery(self):
110 return SQLQuery([self])
111
112 def __add__(self, other):
113 return self.sqlquery() + other

Callers 4

__add__Method · 0.95
__radd__Method · 0.95
sqlquoteFunction · 0.80
sql_clausesMethod · 0.80

Calls 1

SQLQueryClass · 0.85

Tested by

no test coverage detected