MCPcopy Create free account
hub / github.com/aws/aws-cli / run

Method run

awscli/customizations/logs/ui.py:709–710  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

707 await self._application.run_async()
708
709 def run(self):
710 asyncio.get_event_loop().run_until_complete(self._run_ui())
711
712
713class PrintOnlyPrinter(BaseLiveTailPrinter):

Callers 1

_run_mainMethod · 0.95

Calls 1

_run_uiMethod · 0.95

Tested by

no test coverage detected