Ejemplo n.º 1
0
 def __init__(self, pname, pval):
     XMLEmptyElement.__init__(self)
     self.pname = pname
     self.pval = pval
Ejemplo n.º 2
0
 def __init__(self, value):
     XMLEmptyElement.__init__(self)
     self.value = value
Ejemplo n.º 3
0
 def __new__(cls, private=True):
     if not private:
         return None
     return XMLEmptyElement.__new__(cls)
Ejemplo n.º 4
0
 def __init__(self, call_id, local_tag, remote_tag):
     XMLEmptyElement.__init__(self)
     self.call_id = call_id
     self.local_tag = local_tag
     self.remote_tag = remote_tag
Ejemplo n.º 5
0
 def __new__(cls, private=True):
     if not private:
         return None
     return XMLEmptyElement.__new__(cls)
Ejemplo n.º 6
0
 def __init__(self, private=True):
     XMLEmptyElement.__init__(self)
Ejemplo n.º 7
0
 def __new__(cls, provide_all=True):
     if not provide_all:
         return None
     return XMLEmptyElement.__new__(cls)
Ejemplo n.º 8
0
 def __new__(cls, provide_all=True):
     if not provide_all:
         return None
     return XMLEmptyElement.__new__(cls)
Ejemplo n.º 9
0
 def __init__(self, maxvalue, minvalue):
     XMLEmptyElement.__init__(self)
     self.maxvalue = maxvalue
     self.minvalue = minvalue
Ejemplo n.º 10
0
 def __init__(self, provide_all=True):
     XMLEmptyElement.__init__(self)
Ejemplo n.º 11
0
 def __init__(self, value):
     XMLEmptyElement.__init__(self)
     self.value = value
Ejemplo n.º 12
0
 def __init__(self, pname, pval):
     XMLEmptyElement.__init__(self)
     self.pname = pname
     self.pval = pval
Ejemplo n.º 13
0
 def __init__(self, call_id, local_tag, remote_tag):
     XMLEmptyElement.__init__(self)
     self.call_id = call_id
     self.local_tag = local_tag
     self.remote_tag = remote_tag
Ejemplo n.º 14
0
 def __init__(self, maxvalue, minvalue):
     XMLEmptyElement.__init__(self)
     self.maxvalue = maxvalue
     self.minvalue = minvalue
Ejemplo n.º 15
0
 def __init__(self, private=True):
     XMLEmptyElement.__init__(self)
Ejemplo n.º 16
0
 def __init__(self):
     XMLEmptyElement.__init__(self)
Ejemplo n.º 17
0
 def __init__(self, provide_all=True):
     XMLEmptyElement.__init__(self)