Example #1
0
 def __getattr__(self, name):
     return ElementFactory.__getattr__(self, self.func(name))
Example #2
0
 def __getattr__(self, name):
     return ElementFactory.__getattr__(self, self.func(name))
Example #3
0
 def __init__(self, func, namespace=None):
     ElementFactory.__init__(self, namespace=namespace)
     self.func = func
Example #4
0
 def __init__(self, func, namespace=None):
     ElementFactory.__init__(self, namespace=namespace)
     self.func = func