ProfileDefinition Class

Allow to define a custom Profile definition.

Note:

The dict format taken as input is yet to be confirmed and should not be considered as stable in the current implementation.

Inheritance
builtins.object
ProfileDefinition

Constructor

ProfileDefinition(profile_dict, label=None)

Parameters

profile_dict
dict
Required

A profile dictionnary

label
str
default value: None

A label for pretty printing

Methods

get_profile_dict

Return the current profile dict.

This is internal information, and content should not be considered stable.

get_profile_dict

Return the current profile dict.

This is internal information, and content should not be considered stable.

get_profile_dict()

Attributes

label

The label associated to this profile definition.