MCPcopy
hub / github.com/cherrypy/cherrypy / default

Method default

cherrypy/test/test_request_obj.py:89–90  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

87
88 @cherrypy.config(**{'request.query_string_encoding': 'latin1'})
89 def default(self, *args, **kwargs):
90 return 'args: %s kwargs: %s' % (args, sorted(kwargs.items()))
91
92 @cherrypy.expose
93 class ParamErrorsCallable(object):

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected