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

Method _render_metadata

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

Source from the content-addressed store, hash-verified

690 await asyncio.sleep(2)
691
692 async def _render_metadata(self):
693 while True:
694 self.update_metadata()
695 await asyncio.sleep(1)
696
697 def exit(self):
698 self._application.exit()

Callers 1

_run_uiMethod · 0.95

Calls 2

update_metadataMethod · 0.95
sleepMethod · 0.45

Tested by

no test coverage detected