Home | History | Annotate | Download | only in cloudstorage

Lines Matching refs:Return

47     self.<name>, passing its own arguments, expects it to return a
54 return future.get_result()
56 return sync_wrapper
77 return cls
102 raise ndb.Return((token, expires_at))
144 return {'token': self.token,
201 raise ndb.Return((resp.status_code, resp.headers, resp.content))
216 raise ndb.Return(self.token)
232 raise ndb.Return(self.token)
243 return ctx.urlfetch(url, **kwds)