MCPcopy Create free account
hub / github.com/Shmakov/kroger-cli / destroy

Method destroy

kroger_cli/api.py:224–226  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 await self.page.setViewport({'width': 700, 'height': 0})
223
224 async def destroy(self):
225 await self.page.close()
226 await self.browser.close()
227
228 async def sign_in_routine(self, redirect_url='/account/update', contains=None):
229 if contains is None and redirect_url == '/account/update':

Callers 6

_complete_surveyMethod · 0.95
_get_account_infoMethod · 0.95
_get_points_balanceMethod · 0.95
_clip_couponsMethod · 0.95
sign_in_routineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected