StreamProviderOptions constructeur

__init__(self)

Initialise une nouvelle instance de la classe StreamProviderOptions.


def __init__(self):
    ...

__init__(self, type_de_chargement, chemin_par_défaut)

Initialise une nouvelle instance de la classe StreamProviderOptions.


def __init__(self, loading_type, default_path):
    ...
ParamètreTaperDescription
loading_typeResourceLoadingTypeLe type pour charger la ressource liée.
default_pathstrLe chemin par défaut.

Voir également