Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cherrypy/cherrypy
/ __unicode__
Method
__unicode__
cherrypy/lib/httputil.py:151–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
return
ntob(self.__str__())
150
151
def
__unicode__(self):
152
return
ntou(self.__str__())
153
154
@staticmethod
155
def
parse(elementstr):
Callers
nothing calls this directly
Calls
2
__str__
Method · 0.95
ntou
Function · 0.90
Tested by
no test coverage detected