示例#1
0
 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
 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