has_flag_value method

has_flag_value

Checks if the current flag has the specified value.

def has_flag_value(self, value):
    ...
Parameter Type Description
value int The flag value to check.

Returns: bool: True if the value is present; otherwise, False.

See Also