예제 #1
0
파일: html.py 프로젝트: gdgkyoto/kyoto-gtug
 def __getattr__(self, name):
     return ElementFactory.__getattr__(self, self.func(name))
예제 #2
0
 def __getattr__(self, name):
     return ElementFactory.__getattr__(self, self.func(name))
예제 #3
0
파일: html.py 프로젝트: gdgkyoto/kyoto-gtug
 def __init__(self, func, namespace=None):
     ElementFactory.__init__(self, namespace=namespace)
     self.func = func
예제 #4
0
 def __init__(self, func, namespace=None):
     ElementFactory.__init__(self, namespace=namespace)
     self.func = func