Пример #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