MCPcopy
hub / github.com/cherrypy/cherrypy / force_charset

Method force_charset

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

Source from the content-addressed store, hash-verified

112 'tools.decode.encoding': 'utf-16',
113 })
114 def force_charset(self, *args, **kwargs):
115 return ', '.join([': '.join((k, v))
116 for k, v in cherrypy.request.params.items()])
117
118 root = Root()
119 root.gzip = GZIP()

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
itemsMethod · 0.80

Tested by

no test coverage detected