tag_parser - Django-Components" > tag_parser - Django-Components" >
Skip to content

tag_parser ¤

Classes:

TagAttr dataclass ¤

TagAttr(key: Optional[str], value: str, start_index: int, quoted: bool)

Attributes:

  • quoted (bool) –

    Whether the value is quoted (either with single or double quotes)

  • start_index (int) –

    Start index of the attribute (include both key and value),

quoted instance-attribute ¤

quoted: bool

Whether the value is quoted (either with single or double quotes)

start_index instance-attribute ¤

start_index: int

Start index of the attribute (include both key and value), relative to the start of the owner Tag.