zen_dash.tag package

Module contents

class zen_dash.tag.A(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.B(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.CENTER(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.DIV(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.EM(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H1(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H2(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H3(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H4(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H5(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.H6(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.I(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.LI(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.OL(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.P(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.SPAN(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.SUB(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.SUP(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.TAG(tag: str, childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: object

compile()[source]
property get_id
class zen_dash.tag.TITLE(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.U(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG

class zen_dash.tag.UL(childern: List[any], id: Optional[str] = None, style: Union[dict, str] = '', other_attributes: dict = {})[source]

Bases: TAG