INNER CODE UNIT · Python

boot

cunarist/solie · package/solie/window/main.py:139

    async def boot(self) -> None:
        """Initialize and boot the application window."""
        self._setup_ui()
        await self._setup_splash_screen()
        self._configure_global_settings()
        await self._set_window_icon()
        await self._ensure_internet_connection()
        await self._load_or_create_datapath()
        await self._load_or_create_data_settings()

        asset_token = self.data_settings.asset_token
        target_symbols = self.data_settings.target_symbols

        coin_info = await self._fetch_coin_information()
        self._create_symbol_aliases(asset_token, target_symbols, coin_info)

        await self._setup_ui_widgets(asset_token, target_symbols, coin_info)
        await self._setup_graphs()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…