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

Method _str

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

Source from the content-addressed store, hash-verified

280 join = staticmethod(join)
281
282 def _str(self):
283 try:
284 return self.query() % tuple(sqlify(x) for x in self.values())
285 except (ValueError, TypeError):
286 return self.query()
287
288 def __str__(self):
289 return safestr(self._str())

Callers 2

__str__Method · 0.95
__unicode__Method · 0.95

Calls 3

queryMethod · 0.95
valuesMethod · 0.95
sqlifyFunction · 0.85

Tested by

no test coverage detected