MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / get

Method get

core/cb.project/appengine/sample/helloworld.py:6–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4class MainPage(webapp2.RequestHandler):
5
6 def get(self):
7 self.response.headers['Content-Type'] = 'text/plain'
8 self.response.write('Hello, World!')
9
10
11application = webapp2.WSGIApplication([

Callers 15

filesync.jsFile · 0.80
addons.jsFile · 0.80
tabs.jsFile · 0.80
operations.jsFile · 0.80
changes.jsFile · 0.80
commands.jsFile · 0.80
users.jsFile · 0.80
session.jsFile · 0.80
updateCurrentThemeFunction · 0.80
getDirChangesFunction · 0.80
search.jsFile · 0.80
settings.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected