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

Method __add__

web/db.py:112–113  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

110 return SQLQuery([self])
111
112 def __add__(self, other):
113 return self.sqlquery() + other
114
115 def __radd__(self, other):
116 return other + self.sqlquery()

Callers

nothing calls this directly

Calls 1

sqlqueryMethod · 0.95

Tested by

no test coverage detected