LoadOptions constructeur

LoadOptions()

Crée une option de chargement du fichier.

def __init__(self):
    ...

LoadOptions(load_format)

Crée une option de chargement du fichier.

def __init__(self, load_format):
    ...
ParamètreTaperDescription
load_formatLoadFormatLe format de chargement.

Voir également