MCPcopy
hub / github.com/cherrypy/cherrypy / get

Method get

cherrypy/test/test_request_obj.py:301–303  ·  view source on GitHub ↗
(self, ID)

Source from the content-addressed store, hash-verified

299
300 @cherrypy.expose
301 def get(self, ID):
302 return ('Divorce document %s: %s' %
303 (ID, self.documents.get(ID, 'empty')))
304
305 class ThreadLocal(Test):
306

Callers 15

indexMethod · 0.45
test_basic_requestFunction · 0.45
unsub_sigFunction · 0.45
starterrorFunction · 0.45
log_test_case_nameFunction · 0.45
checkpasshashMethod · 0.45
checkpasshash_uMethod · 0.45
makemapMethod · 0.45
cleanupMethod · 0.45
stream_handlerMethod · 0.45
tarfileMethod · 0.45
sizerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected