Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ __unicode__
Method
__unicode__
web/db.py:291–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
289
return
safestr(self._str())
290
291
def
__unicode__(self):
292
return
safeunicode(self._str())
293
294
def
__repr__(self):
295
return
"<sql: %s>"
% repr(str(self))
Callers
nothing calls this directly
Calls
1
_str
Method · 0.95
Tested by
no test coverage detected