MCPcopy Index your code
hub / github.com/cherrypy/cherrypy / extra_charset

Method extra_charset

cherrypy/test/test_encoding.py:105–107  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

103 'tools.decode.default_encoding': ['utf-16'],
104 })
105 def extra_charset(self, *args, **kwargs):
106 return ', '.join([': '.join((k, v))
107 for k, v in cherrypy.request.params.items()])
108
109 @cherrypy.expose
110 @cherrypy.config(**{

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
itemsMethod · 0.80

Tested by

no test coverage detected