associative_flag property

associative_flag property

Gets or sets the associative flag.

Definition:

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

See Also