예제 #1
0
	def __init__(self):
		element.__init__(self, "div", "left-bar")
예제 #2
0
	def __init__(self, child):
		element.__init__(self, "body", None, children)
예제 #3
0
	def __init__(self):
		element.__init__(self, "h1", "moto")
예제 #4
0
	def __init__(self):
		element.__init__(self, "img", "logo")
예제 #5
0
	def __init__(self, children):
		children =  (logo(), moto())
		element.__init__(self, "head", None, *children)
예제 #6
0
	def __init__(self, children):
		element.__init__(self, "html", None, children)