MCPcopy
hub / github.com/cherrypy/cherrypy / reqparams

Method reqparams

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

Source from the content-addressed store, hash-verified

55
56 @cherrypy.expose
57 def reqparams(self, *args, **kwargs):
58 return b', '.join(
59 [': '.join((k, v)).encode('utf8')
60 for k, v in sorted(cherrypy.request.params.items())]
61 )
62
63 @cherrypy.expose
64 @cherrypy.config(**{

Callers

nothing calls this directly

Calls 3

joinMethod · 0.80
encodeMethod · 0.80
itemsMethod · 0.80

Tested by

no test coverage detected