This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
def__init__(self,package_integrity_key_path:str|None,public_key_path:str|None,output_flavor_path:str,build_config:dict[str,Any],manifest_dir:Path,package_name:str,version:str,entry_point:str,python_version:str|None=None,launcher_bin:str|None=None,builder_bin:str|None=None,strip_binaries:bool=False,show_progress:bool=False,key_seed:str|None=None,manifest_type:str="toml",)->None:self.package_integrity_key_path=package_integrity_key_pathself.public_key_path=public_key_pathself.output_flavor_path=output_flavor_pathself.package_name=package_nameself.version=versionself.entry_point=entry_pointself.build_config=build_configself.manifest_dir=manifest_dirself.python_version=python_versionorself.DEFAULT_PYTHON_VERSIONself.launcher_bin=launcher_binself.builder_bin=builder_binself.strip_binaries=strip_binariesself.show_progress=show_progressself.key_seed=key_seedself.manifest_type=manifest_type# Use HelperManager for finding helpersself.helper_manager=HelperManager()self.platform=get_platform_string()