MCPcopy Create free account
hub / github.com/EasyIME/PIME / __str__

Method __str__

python/python3/tornado/httputil.py:238–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 __copy__ = copy
237
238 def __str__(self) -> str:
239 lines = []
240 for name, value in self.get_all():
241 lines.append("%s: %s\n" % (name, value))
242 return "".join(lines)
243
244 __unicode__ = __str__
245

Callers

nothing calls this directly

Calls 3

get_allMethod · 0.95
joinMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected