Lines Matching full:attributes
61 # pylint: disable=too-many-instance-attributes
140 # pylint: disable=too-many-instance-attributes
144 self.attributes = data[11]
165 + self.attributes.to_bytes(1, "little")
188 f"Attributes: {self.attributes}\n"
392 self, cluster: Optional[int], name: str, ext: str, attributes: int
408 assert attributes % 0x15 != 0x15, "Invalid attributes"
414 new_entry.attributes = attributes
491 if current_entry.attributes & 0x10 == 0:
506 if entry.attributes & 0x10 != 0:
527 if entry.attributes & 0x10 != 0:
620 if entry.attributes & 0x10 != 0:
668 if current_entry.attributes & 0x10 == 0: