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

Method __str__

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

Source from the content-addressed store, hash-verified

286 return self.query()
287
288 def __str__(self):
289 return safestr(self._str())
290
291 def __unicode__(self):
292 return safeunicode(self._str())

Callers

nothing calls this directly

Calls 2

_strMethod · 0.95
safestrFunction · 0.85

Tested by

no test coverage detected