profile property

profile property

Gets or sets the profile. A profile defines a string that specifies which API profile this is hint is aimed for.

Definition:

@property
def profile(self):
    ...
@profile.setter
def profile(self, value):
    ...

See Also