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

Method _run_ui

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

Source from the content-addressed store, hash-verified

698 self._application.exit()
699
700 async def _run_ui(self):
701 self._application.create_background_task(
702 self._log_events_printer.run()
703 )
704 self._application.create_background_task(self._render_metadata())
705 self._application.create_background_task(self._trim_buffers())
706
707 await self._application.run_async()
708
709 def run(self):
710 asyncio.get_event_loop().run_until_complete(self._run_ui())

Callers 1

runMethod · 0.95

Calls 3

_render_metadataMethod · 0.95
_trim_buffersMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected