Internals

domilite.accessors Module

Classes

ChainedMethodError

Classes(_tag)

A set-like helper for manipulating the class attribute on a tag.

ClassesProperty(_attributes)

Property access to Classes

Attributes(_tag)

Provides a dictionary interface to DOM element attributes.

AttributesProperty()

Property access to Attributes

PrefixAccessor(prefix)

A helper property for accessing attributes with a prefix.

PrefixAccess(prefix, tag)

Provide access to attributes automatically prefixed with some value.

Class Inheritance Diagram

Inheritance diagram of domilite.accessors.ChainedMethodError, domilite.accessors.Classes, domilite.accessors.ClassesProperty, domilite.accessors.Attributes, domilite.accessors.AttributesProperty, domilite.accessors.PrefixAccessor, domilite.accessors.PrefixAccess

domilite.flags Module

Classes

auto([value])

Instances are replaced with an appropriate value in Enum class suites.

Flag(value)

A base-class for flags with two extensions: is_... methods and with_arguments()

Class Inheritance Diagram

Inheritance diagram of enum.auto, domilite.flags.Flag

domilite.render Module

Classes

RenderFlags(value)

Settings for rendering tags

Class Inheritance Diagram

Inheritance diagram of domilite.render.RenderFlags