_baclassic module¶
A dummy stub module for the real _baclassic.
The real _baclassic is a compiled extension module and only available in the live engine. This dummy-module allows Pylint/Mypy/etc. to function reasonably well outside of that environment.
Make sure this file is never included in dirs seen by the engine!
In the future perhaps this can be a stub (.pyi) file, but we will need to make sure that it works with all our tools (mypy, pylint, pycharm).
NOTE: This file was autogenerated by batools.dummymodule; do not edit by hand.
- _baclassic.set_root_ui_values(*, tickets_text: str, tokens_text: str, league_rank_text: str, league_type: str, achievements_percent_text: str, level_text: str, xp_text: str, inbox_count_text: str, gold_pass: bool, chest_0_appearance: str, chest_1_appearance: str, chest_2_appearance: str, chest_3_appearance: str) None [source]¶
(internal)