Exemplo n.º 1
0
 def __init__(self, services=[]):
     XMLListRootElement.__init__(self)
     self.update(services)
Exemplo n.º 2
0
 def __init__(self, lists=[]):
     XMLListRootElement.__init__(self)
     self._lists = {}
     self[:] = lists
Exemplo n.º 3
0
 def __init__(self, version=0, state='full', wlists=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self.update(wlists)
Exemplo n.º 4
0
 def __init__(self, version=-1, state='full', wlists=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self._wlists = {}
     self[:] = wlists
Exemplo n.º 5
0
 def __init__(self, entity, elements=[]):
     XMLListRootElement.__init__(self)
     self.entity = entity
     self.update(elements)
Exemplo n.º 6
0
 def __init__(self, folders=[]):
     XMLListRootElement.__init__(self)
     self[0:0] = folders
Exemplo n.º 7
0
 def __init__(self, folders=[]):
     XMLListRootElement.__init__(self)
     self.update(folders)
Exemplo n.º 8
0
 def __init__(self, version=-1, state="full", wlists=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self._wlists = {}
     self[:] = wlists
Exemplo n.º 9
0
 def __init__(self, lists=[]):
     XMLListRootElement.__init__(self)
     self._lists = {}
     self[:] = lists
Exemplo n.º 10
0
 def __init__(self, version, state, entity, dialogs=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self.entity = entity
     self.update(dialogs)
Exemplo n.º 11
0
 def __init__(self, entity, elems=[], notes=[]):
     XMLListRootElement.__init__(self)
     self.entity = entity
     self[0:0] = elems
     for note in notes:
         self.notes.add(note)
Exemplo n.º 12
0
 def __init__(self, rules=[]):
     XMLListRootElement.__init__(self)
     self._rules = {}
     self[0:0] = rules
Exemplo n.º 13
0
 def __init__(self, services=[]):
     XMLListRootElement.__init__(self)
     self._services = {}
     self[:] = services
Exemplo n.º 14
0
 def __init__(self, rules=[]):
     XMLListRootElement.__init__(self)
     self._rules = {}
     self[0:0] = rules
Exemplo n.º 15
0
 def __init__(self, entity, elements=[]):
     XMLListRootElement.__init__(self)
     self.entity = entity
     self.update(elements)
Exemplo n.º 16
0
 def __init__(self, xcap_root, children=[]):
     XMLListRootElement.__init__(self)
     self.xcap_root = xcap_root
     self.update(children)
Exemplo n.º 17
0
 def __init__(self, xcap_root, children=[]):
     XMLListRootElement.__init__(self)
     self.xcap_root = xcap_root
     self.update(children)
Exemplo n.º 18
0
 def __init__(self, services=[]):
     XMLListRootElement.__init__(self)
     self.update(services)
Exemplo n.º 19
0
 def __init__(self, lists=[]):
     XMLListRootElement.__init__(self)
     self.update(lists)
Exemplo n.º 20
0
 def __init__(self, version, state, entity, dialogs=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self.entity = entity
     self.update(dialogs)
Exemplo n.º 21
0
 def __init__(self, folders=[]):
     XMLListRootElement.__init__(self)
     self[0:0] = folders
Exemplo n.º 22
0
 def __init__(self, rules=[]):
     XMLListRootElement.__init__(self)
     self.update(rules)
Exemplo n.º 23
0
 def __init__(self, lists=[]):
     XMLListRootElement.__init__(self)
     self.update(lists)
Exemplo n.º 24
0
 def __init__(self, version=0, state='full', wlists=[]):
     XMLListRootElement.__init__(self)
     self.version = version
     self.state = state
     self.update(wlists)
Exemplo n.º 25
0
 def __init__(self, entity, elems=[], notes=[]):
     XMLListRootElement.__init__(self)
     self.entity = entity
     self[0:0] = elems
     for note in notes:
         self.notes.add(note)