MCPcopy
hub / github.com/cherrypy/cherrypy / GET

Method GET

cherrypy/test/test_dynamicobjectmapping.py:103–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 return 'POST %d' % make_user(name)
102
103 def GET(self):
104 return str(sorted(user_lookup.keys()))
105
106 def dynamic_dispatch(self, vpath):
107 try:

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected