MCPcopy
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
ntouFunction · 0.90

Tested by

no test coverage detected