Exemple #1
0
    def __init__(self):
        CodecODB.__init__(self, encoding='pml')

        from Parser import Parser
        self._parser = Parser()

        self.parserFactory = None
        
        return
Exemple #2
0
    def __init__(self):
        CodecODB.__init__(self, encoding='pml')

        from Parser import Parser
        self._parser = Parser()

        self.parserFactory = None

        return
Exemple #3
0
 def __init__(self):
     CodecODB.__init__(self, encoding='tmpl')
     return
 def __init__(self):
     CodecODB.__init__(self, encoding='pcs')
     return