MirroredProfile constructor

__init__(self, base_profile)

Construct a new MirroredProfile from an existing profile.


def __init__(self, base_profile):
    ...
ParameterTypeDescription
base_profileProfileThe base profile to be mirrored.

See Also