MCPcopy
hub / github.com/GoogleChromeLabs/ui-element-samples / get

Method get

router/main.py:27–29  ·  view source on GitHub ↗
(self, req)

Source from the content-addressed store, hash-verified

25
26class MainHandler(webapp2.RequestHandler):
27 def get(self, req):
28 template = JINJA_ENVIRONMENT.get_template('index.html')
29 self.response.write(template.render())
30
31app = webapp2.WSGIApplication([
32 ('/(.*)', MainHandler)

Callers 15

index.jsFile · 0.80
index.jsFile · 0.80
routes.jsFile · 0.80
replaceFunction · 0.80
rev.jsFile · 0.80
index.jsFile · 0.80
buildSiteFunction · 0.80
_onChangedMethod · 0.80
inert.min.jsFile · 0.80
_onChangedMethod · 0.80
setInertMethod · 0.80
getInertRootMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected