start_appΒΆ
This article describes how protoprimer can be used to start an application.
During this function, protoprimer:
Assumes
venvis prepared.Switches to the required
python.Starts custom client
mainfunction.
Specifically, it avoids populating the venv or downloading the required python version.
The case is indicated by EntryFunc.func_start_app (see entry_func).
See also boot_vs_start.