Exemplo n.º 1
0
    def __init__(self, prefixes=None):
        Dict.__init__(self)

        self[URI_XML] = 'xml'

        if prefixes:
            self.update(prefixes)
Exemplo n.º 2
0
Arquivo: test.py Projeto: meng89/hooky
 def __init__(self, *args, **kwargs):
     Count.__init__(self)
     Dict.__init__(self, *args, **kwargs)
Exemplo n.º 3
0
    def __init__(self, attributes=None):
        Dict.__init__(self)

        if attributes:
            self.update(attributes)