Создайте профиль
profile = systemcomposer.createProfile(profileName,dirPath)
создает новый объект профиля типа profile
= systemcomposer.createProfile(profileName
,dirPath
)systemcomposer.profile.Profile
, чтобы установить набор стереотипов. Дополнительный аргумент dirPath
задает директорию, в которой должен быть создан профиль.
systemcomposer.createProfile('new_profile') profile = systemcomposer.createProfile('new_profile')