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

Method __radd__

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

Source from the content-addressed store, hash-verified

113 return self.sqlquery() + other
114
115 def __radd__(self, other):
116 return other + self.sqlquery()
117
118 def __str__(self):
119 return str(self.value)

Callers

nothing calls this directly

Calls 1

sqlqueryMethod · 0.95

Tested by

no test coverage detected