MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / get

Method get

samples/appengine/main.py:83–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81class MainHandler(webapp2.RequestHandler):
82 @decorator.oauth_aware
83 def get(self):
84 variables = {
85 "url": decorator.authorize_url(),
86 "has_credentials": decorator.has_credentials(),
87 }
88 template = JINJA_ENVIRONMENT.get_template("grant.html")
89 self.response.write(template.render(variables))
90
91
92class AboutHandler(webapp2.RequestHandler):

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
CheckAssetStatusFunction · 0.45
getMethod · 0.45
access_settingsFunction · 0.45
mainFunction · 0.45
get_first_profile_idFunction · 0.45
get_top_keywordsFunction · 0.45
print_resultsFunction · 0.45
traverse_hierarchyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected