bool_flag_specifying property

bool_flag_specifying property

Gets or sets the bool flag specifying.

Definition:

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

See Also